diff options
Diffstat (limited to 'libbe/diff.py')
-rw-r--r-- | libbe/diff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/diff.py b/libbe/diff.py index 215f1f5..14f985e 100644 --- a/libbe/diff.py +++ b/libbe/diff.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/>. -"""Tools for comparing two :class:`libbe.bug.BugDir`\s. +"""Tools for comparing two :py:class:`libbe.bug.BugDir`\s. """ import difflib |