diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-03-21 14:10:18 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-03-21 14:10:18 (GMT) |
commit | 8b6cc2e7f29d15c1aa6524f6f84fa8e6cb1a50e6 (patch) | |
tree | 690f659b47ccee38ea4f45506eb05c4d7556e853 | |
parent | 46cf4fc2497a8268c2d0b6eb43a6a3146bd519c3 (diff) | |
download | cpython-8b6cc2e7f29d15c1aa6524f6f84fa8e6cb1a50e6.zip cpython-8b6cc2e7f29d15c1aa6524f6f84fa8e6cb1a50e6.tar.gz cpython-8b6cc2e7f29d15c1aa6524f6f84fa8e6cb1a50e6.tar.bz2 |
Removed extra period from \versionchanged entry; macro adds period
automatically.
-rw-r--r-- | Doc/lib/libsys.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 946ff1d..3b81384 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -365,7 +365,7 @@ else: A program is free to modify this list for its own purposes. - \versionchanged[Unicode strings are no longer ignored.]{2.3} + \versionchanged[Unicode strings are no longer ignored]{2.3} \end{datadesc} \begin{datadesc}{platform} |