File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ The modern interface provides:
5858 This allows an application to e.g. generate URL or filesystem safe Base64
5959 strings. The default is ``None ``, for which the standard Base64 alphabet is used.
6060
61- May assert or raise a a :exc: `ValueError ` if the length of *altchars * is not 2. Raises a
61+ May assert or raise a :exc: `ValueError ` if the length of *altchars * is not 2. Raises a
6262 :exc: `TypeError ` if *altchars * is not a :term: `bytes-like object `.
6363
6464
Original file line number Diff line number Diff line change @@ -816,7 +816,7 @@ keyword against a subject. Syntax:
816816
817817If the OR pattern fails, the AS pattern fails. Otherwise, the AS pattern binds
818818the subject to the name on the right of the as keyword and succeeds.
819- ``capture_pattern `` cannot be a a ``_ ``.
819+ ``capture_pattern `` cannot be a ``_ ``.
820820
821821In simple terms ``P as NAME `` will match with ``P ``, and on success it will
822822set ``NAME = <subject> ``.
Original file line number Diff line number Diff line change @@ -1055,7 +1055,7 @@ Patch by Victor Stinner.
10551055.. section: Build
10561056
10571057 Building Python now requires support for floating point Not-a-Number (NaN):
1058- remove the ``Py_NO_NAN `` macro. Patch by by Victor Stinner.
1058+ remove the ``Py_NO_NAN `` macro. Patch by Victor Stinner.
10591059
10601060..
10611061
Original file line number Diff line number Diff line change @@ -4559,8 +4559,7 @@ The minimum Sphinx version required to build the documentation is now 3.2.
45594559.. section: Documentation
45604560
45614561 Augmented documentation of asyncio.create_task(). Clarified the need to keep
4562- strong references to tasks and added a code snippet detailing how to to
4563- this.
4562+ strong references to tasks and added a code snippet detailing how to do this.
45644563
45654564..
45664565
@@ -5066,7 +5065,7 @@ are stubs and not functional.
50665065.. nonce: Bsswsc
50675066.. section: Build
50685067
5069- Add a new ``--with-dsymutil `` configure option to to link debug information
5068+ Add a new ``--with-dsymutil `` configure option to link debug information
50705069in macOS. Patch by Pablo Galindo.
50715070
50725071..
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ Clean up refleak on failed module initialisation in :mod:`_zoneinfo`
546546.. nonce: qc_KHr
547547.. section: Library
548548
549- Clean up refleaks on failed module initialisation in in :mod: `_pickle `
549+ Clean up refleaks on failed module initialisation in :mod: `_pickle `
550550
551551..
552552
You can’t perform that action at this time.
0 commit comments