Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e8a7ad

Browse files
committed
Issue #25519: Mark difflib.ndiff as a functions where not already.
1 parent a05e7f6 commit 3e8a7ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/difflib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
9494
*wrapcolumn* is an optional keyword to specify column number where lines are
9595
broken and wrapped, defaults to ``None`` where lines are not wrapped.
9696

97-
*linejunk* and *charjunk* are optional keyword arguments passed into ``ndiff()``
97+
*linejunk* and *charjunk* are optional keyword arguments passed into :func:`ndiff`
9898
(used by :class:`HtmlDiff` to generate the side by side HTML differences). See
99-
``ndiff()`` documentation for argument default values and descriptions.
99+
:func:`ndiff` documentation for argument default values and descriptions.
100100

101101
The following methods are public:
102102

0 commit comments

Comments
 (0)