diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-23 00:26:42 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-23 00:26:42 (GMT) |
commit | 656f7e4b408d0e97cf99c4faf35858915b93b8c6 (patch) | |
tree | ee997741da9f9e733cfafd523f839a99bb5d7009 /Doc/lib/libdoctest.tex | |
parent | 8bd5cb342c92598fc60f3801a057b693ff2e9668 (diff) | |
download | cpython-656f7e4b408d0e97cf99c4faf35858915b93b8c6.zip cpython-656f7e4b408d0e97cf99c4faf35858915b93b8c6.tar.gz cpython-656f7e4b408d0e97cf99c4faf35858915b93b8c6.tar.bz2 |
Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything
in this section is new in 2.4, and that's all mentioned already in
versionadded{} thingies at the end of the section. It hurts readability
to have them after every line <wink>.
Diffstat (limited to 'Doc/lib/libdoctest.tex')
-rw-r--r-- | Doc/lib/libdoctest.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index c9c601b..0741aa0 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -364,7 +364,6 @@ can also be used in doctest directives (see below). contains digit \code{1} where actual output contains letter \code{l}, a line is inserted with a caret marking the mismatching column positions. - \versionadded{2.4} \end{datadesc} A "doctest directive" is a trailing Python comment on a line of a doctest |