Mercurial > hgrepos > Python > libs > ConfigMix
changeset 90:99e7b10c8aa8
Mark the yaml module with ":mod:"
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sat, 17 Mar 2018 13:20:53 +0100 |
| parents | 35ce96a3150e |
| children | 5ca36fbea43d |
| files | configmix/yaml.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configmix/yaml.py Sat Mar 17 13:20:42 2018 +0100 +++ b/configmix/yaml.py Sat Mar 17 13:20:53 2018 +0100 @@ -3,8 +3,8 @@ # :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved. # :License: 3-clause BSD. See LICENSE.txt for details. #- -"""Simple wrapper for yaml to support all-unicode strings when loading -configuration files. +"""Simple wrapper for :mod:`yaml` to support all-unicode strings when +loading configuration files. """
