diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-30 04:04:50 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-30 04:04:50 (GMT) |
commit | 200a6157745fba7a658da53d9c8a7b85a900d565 (patch) | |
tree | 6027ac683c43a9d61229227a0d65649c195308c5 /Doc | |
parent | f50417b72fa1fe34322563747a66946170525eaf (diff) | |
download | cpython-200a6157745fba7a658da53d9c8a7b85a900d565.zip cpython-200a6157745fba7a658da53d9c8a7b85a900d565.tar.gz cpython-200a6157745fba7a658da53d9c8a7b85a900d565.tar.bz2 |
Issue #27125: Remove duplicated words from documentation and comments
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/howto/pyporting.rst | 2 | ||||
-rw-r--r-- | Doc/library/tix.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index 29ba8e5..59b283a 100644 --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -346,7 +346,7 @@ your tests under multiple Python interpreters is tox_. You can then integrate tox with your continuous integration system so that you never accidentally break Python 2 or 3 support. -You may also want to use use the ``-bb`` flag with the Python 3 interpreter to +You may also want to use the ``-bb`` flag with the Python 3 interpreter to trigger an exception when you are comparing bytes to strings. Usually it's simply ``False``, but if you made a mistake in your separation of text/binary data handling you may be accidentally comparing text and binary data. This flag diff --git a/Doc/library/tix.rst b/Doc/library/tix.rst index ca2f07e..ed6948f 100644 --- a/Doc/library/tix.rst +++ b/Doc/library/tix.rst @@ -151,7 +151,7 @@ Basic Widgets The `LabelEntry <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixLabelEntry.htm>`_ - widget packages an entry widget and a label into one mega widget. It can be used + widget packages an entry widget and a label into one mega widget. It can be used to simplify the creation of "entry-form" type of interface. .. Python Demo of: |