diff options
author | Fred Drake <fdrake@acm.org> | 2002-12-06 18:52:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-12-06 18:52:28 (GMT) |
commit | edb635ff5c0650d5fa1a5701065ccaeb23e0f803 (patch) | |
tree | 54bdbcd08925dccac7d9dcd349424809d1800d65 /Doc | |
parent | 08d10f985ebc26e0158591860ff26d5b33d50fea (diff) | |
download | cpython-edb635ff5c0650d5fa1a5701065ccaeb23e0f803.zip cpython-edb635ff5c0650d5fa1a5701065ccaeb23e0f803.tar.gz cpython-edb635ff5c0650d5fa1a5701065ccaeb23e0f803.tar.bz2 |
Remove extra ")" in example.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libdifflib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex index 37e401e..454fcca 100644 --- a/Doc/lib/libdifflib.tex +++ b/Doc/lib/libdifflib.tex @@ -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 ? ^ |