From 04ed7cd62376c610228f76001fdcfe28b10073b6 Mon Sep 17 00:00:00 2001
From: Terry Jan Reedy <tjreedy@udel.edu>
Date: Fri, 30 Oct 2015 19:41:16 -0400
Subject: [PATCH] Issue #25519: Mark difflib.ndiff as a functions where not
 already.

---
 Doc/library/difflib.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst
index 5f72ea6233f..6092582450b 100644
--- a/Doc/library/difflib.rst
+++ b/Doc/library/difflib.rst
@@ -94,9 +94,9 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
       *wrapcolumn* is an optional keyword to specify column number where lines are
       broken and wrapped, defaults to ``None`` where lines are not wrapped.
 
-      *linejunk* and *charjunk* are optional keyword arguments passed into ``ndiff()``
+      *linejunk* and *charjunk* are optional keyword arguments passed into :func:`ndiff`
       (used by :class:`HtmlDiff` to generate the side by side HTML differences).  See
-      ``ndiff()`` documentation for argument default values and descriptions.
+      :func:`ndiff` documentation for argument default values and descriptions.
 
    The following methods are public:
 
-- 
2.30.9