mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove extra ")" in example.
This commit is contained in:
parent
08d10f985e
commit
edb635ff5c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue