From 3354bfda0d54f860f7c83db76dd32e395cd5d1ee Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 08:41:21 -0400 Subject: doc: update :meth: to :py:meth: for modern Sphinx. --- libbe/util/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/util/utility.py') diff --git a/libbe/util/utility.py b/libbe/util/utility.py index b259768..99d28e5 100644 --- a/libbe/util/utility.py +++ b/libbe/util/utility.py @@ -89,7 +89,7 @@ def search_parent_directories(path, filename): class Dir (object): """A temporary directory for testing use. - Make sure you run :meth:`cleanup` after you're done using the + Make sure you run :py:meth:`cleanup` after you're done using the directory. """ def __init__(self): -- cgit