From 26aadf775cbafd14e98870f818aae078181080d8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 08:12:08 -0400 Subject: doc: update :func: to :py:func: for modern Sphinx. --- libbe/storage/util/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbe/storage/util') 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 . -"""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(): -- cgit