# HG changeset patch # User Franz Glasner # Date 1521289253 -3600 # Node ID 99e7b10c8aa84e4975fcf4af738068d3e8fd8708 # Parent 35ce96a3150e8d6b752d153d23ad2b8e7556053b Mark the yaml module with ":mod:" diff -r 35ce96a3150e -r 99e7b10c8aa8 configmix/yaml.py --- 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. """