]> granicus.if.org Git - python/commitdiff
Issue #25519: Mark difflib.ndiff as a functions where not already.
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 30 Oct 2015 23:41:10 +0000 (19:41 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 30 Oct 2015 23:41:10 +0000 (19:41 -0400)
Doc/library/difflib.rst

index 89a457c5e5d28e2762a5002c274d400aa98fbf65..03e8cb8804f4c8c2a13abc4669eabe528b90ce26 100644 (file)
@@ -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: