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

Skip to content

Commit c029481

Browse files
committed
Merge with 3.4
2 parents 3f209b6 + 3e8a7ad commit c029481

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
@@ -98,9 +98,9 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
9898
*wrapcolumn* is an optional keyword to specify column number where lines are
9999
broken and wrapped, defaults to ``None`` where lines are not wrapped.
100100

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

105105
The following methods are public:
106106

0 commit comments

Comments
 (0)