[Python-checkins] cpython (2.7): Issue #25519: Mark difflib.ndiff as a functions where not already.

terry.reedy python-checkins at python.org
Fri Oct 30 19:42:00 EDT 2015


https://hg.python.org/cpython/rev/4ed175ee3cca
changeset:   98905:4ed175ee3cca
branch:      2.7
parent:      98901:2672ab3cfb23
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Oct 30 19:41:10 2015 -0400
summary:
  Issue #25519: Mark difflib.ndiff as a functions where not already.

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


diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst
--- a/Doc/library/difflib.rst
+++ b/Doc/library/difflib.rst
@@ -94,9 +94,9 @@
       *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:
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list