diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-26 08:12:08 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-26 08:16:38 -0400 |
commit | 26aadf775cbafd14e98870f818aae078181080d8 (patch) | |
tree | fadb78851ae7bd32fd8b89d59ae5668aac957e11 /libbe/storage/util | |
parent | 3b8cf46403e0a827a2a4b3f81b654323c821f5b1 (diff) | |
download | bugseverywhere-26aadf775cbafd14e98870f818aae078181080d8.tar.gz |
doc: update :func: to :py:func: for modern Sphinx.
Diffstat (limited to 'libbe/storage/util')
-rw-r--r-- | libbe/storage/util/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbe/storage/util/config.py b/libbe/storage/util/config.py index 7f1e33c..7e14b5d 100644 --- a/libbe/storage/util/config.py +++ b/libbe/storage/util/config.py @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License along with # Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>. -"""Create, save, and load the per-user config file at :func:`path`. +"""Create, save, and load the per-user config file at :py:func:`path`. """ import ConfigParser @@ -35,7 +35,7 @@ if libbe.TESTING == True: default_encoding = libbe.util.encoding.get_text_file_encoding() """Default filesystem encoding. -Initialized with :func:`libbe.util.encoding.get_text_file_encoding`. +Initialized with :py:func:`libbe.util.encoding.get_text_file_encoding`. """ def path(): |