Issue #27125: Remove duplicated words from documentation and comments
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 @@
 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 @@
 
    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: