[docs] [issue17047] Fix double double words words

Serhiy Storchaka report at bugs.python.org
Sun Jan 27 09:07:10 CET 2013


New submission from Serhiy Storchaka:

In additional to changeset 07488c3c85f1, here are yet some possible word duplications:

Lib/_pyio.py:306:        Change the stream position to byte offset offset. offset is
Lib/concurrent/futures/_base.py:520:            fn: A callable that will take take as many arguments as there are
Lib/tkinter/__init__.py:3116:        have the same start and and end line as the parent widget, but
Lib/tkinter/tix.py:149:        """Locates a bitmap file of the name name.xpm or name in one of the
Lib/tkinter/tix.py:160:        """Locates an image file of the name name.xpm, name.xbm or name.ppm
Lib/lib2to3/pgen2/grammar.py:23:    """Pgen parsing tables tables conversion class.
Lib/lib2to3/pgen2/grammar.py:48:                     states, each state is is a list of arcs, and each
Lib/email/_header_value_parser.py:1866:    We allow anything except the excluded characters, but but if we find any
Lib/email/_encoded_words.py:17:# to to the CTE tables, but YAGNI for now.  'q' is Quoted Printable, 'b' is
Lib/email/mime/text.py:29:        # If no _charset was specified, check to see see if there are non-ascii
Lib/email/policy.py:26:    The API extensions enabled by this this policy are currently provisional.
Lib/unittest/mock.py:1420:    attributes that your production code creates at runtime. It is off by by
Lib/test/test_socket.py:845:        # Try udp, but don't barf it it doesn't exist
Lib/test/test_descrtut.py:322:getx() and and setx():
Lib/test/test_decimal.py:4495:        # Do operations and check that it didn't change change internal objects.
Lib/distutils/command/install.py:266:            raise DistutilsOptionError("can't combine user with with prefix/"
Lib/distutils/tests/test_install.py:168:        # can't combine user with with prefix/exec_prefix/home or
python-gdb.py:1466:        '''Is this frame "collect" within the the garbage-collector?'''
Include/pyport.h:884: * also also takes care of Apple's universal builds.
Modules/_io/iobase.c:79:    "Change the stream position to byte offset offset. offset is\n"
Modules/_heapqmodule.c:91:    /* The leaf at pos is empty now.  Put newitem there, and and bubble
Modules/_heapqmodule.c:431:    /* The leaf at pos is empty now.  Put newitem there, and and bubble
Modules/socketmodule.c:3547:           ensures that that doesn't happen. */
Modules/binascii.c:41:** I have attempted to break with this tradition, but I guess that that
Modules/posixmodule.c:9747:Return the value of extended attribute attribute on path.\n\
Modules/posixmodule.c:9825:Set extended attribute attribute on path to value.\n\
Modules/posixmodule.c:9890:Remove extended attribute attribute on path.\n\
PC/msvcrtmodule.c:133:Create a C runtime file descriptor from the file handle handle. The\n\
Doc/c-api/intro.rst:436::c:func:`sum_sequence` example above.  It so happens that that example doesn't
Doc/c-api/long.rst:206:   Return a C :c:type:`size_t` representation of of *pylong*.  *pylong* must be
Doc/c-api/long.rst:218:   Return a C :c:type:`unsigned PY_LONG_LONG` representation of of *pylong*.
Doc/library/stdtypes.rst:2640:      Cast 1D/unsigned char to to 2D/unsigned long::
Doc/library/email.policy.rst:330:      line breaks and and any (RFC invalid) binary data it may contain.
Doc/library/unittest.mock.rst:991:    attributes that your production code creates at runtime. It is off by by
Doc/whatsnew/3.3.rst:1539:New attribute attribute :data:`multiprocessing.Process.sentinel` allows a
Lib/idlelib/extend.txt:57:Here is a complete example example:
Lib/idlelib/extend.txt:75:used to to configure the loading of extensions and to establish key (or, more

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 180747
nosy: docs at python, ezio.melotti, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Fix double double words words
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17047>
_______________________________________


More information about the docs mailing list