mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
This commit is contained in:
parent
50dd1f7dd6
commit
6a7b3a77b4
64 changed files with 88 additions and 87 deletions
|
@ -397,7 +397,7 @@ objects, such as lists.
|
|||
|
||||
Though tuples may seem similar to lists, they are often used in different
|
||||
situations and for different purposes.
|
||||
Tuples are :term:`immutable`, and usually contain an heterogeneous sequence of
|
||||
Tuples are :term:`immutable`, and usually contain a heterogeneous sequence of
|
||||
elements that are accessed via unpacking (see later in this section) or indexing
|
||||
(or even by attribute in the case of :func:`namedtuples <collections.namedtuple>`).
|
||||
Lists are :term:`mutable`, and their elements are usually homogeneous and are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue