mirror of https://github.com/python/cpython
Remove extra ")" in example.
This commit is contained in:
parent
08d10f985e
commit
edb635ff5c
|
@ -112,7 +112,7 @@
|
|||
|
||||
\begin{verbatim}
|
||||
>>> diff = ndiff('one\ntwo\nthree\n'.splitlines(1),
|
||||
... 'ore\ntree\nemu\n'.splitlines(1)))
|
||||
... 'ore\ntree\nemu\n'.splitlines(1))
|
||||
>>> print ''.join(diff),
|
||||
- one
|
||||
? ^
|
||||
|
|
Loading…
Reference in New Issue