File tree 5 files changed +6
-7
lines changed
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:
58
58
This allows an application to e.g. generate URL or filesystem safe Base64
59
59
strings. The default is ``None ``, for which the standard Base64 alphabet is used.
60
60
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
62
62
:exc: `TypeError ` if *altchars * is not a :term: `bytes-like object `.
63
63
64
64
Original file line number Diff line number Diff line change @@ -816,7 +816,7 @@ keyword against a subject. Syntax:
816
816
817
817
If the OR pattern fails, the AS pattern fails. Otherwise, the AS pattern binds
818
818
the 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 ``_ ``.
820
820
821
821
In simple terms ``P as NAME `` will match with ``P ``, and on success it will
822
822
set ``NAME = <subject> ``.
Original file line number Diff line number Diff line change @@ -1055,7 +1055,7 @@ Patch by Victor Stinner.
1055
1055
.. section: Build
1056
1056
1057
1057
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.
1059
1059
1060
1060
..
1061
1061
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.
4559
4559
.. section: Documentation
4560
4560
4561
4561
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.
4564
4563
4565
4564
..
4566
4565
@@ -5066,7 +5065,7 @@ are stubs and not functional.
5066
5065
.. nonce: Bsswsc
5067
5066
.. section: Build
5068
5067
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
5070
5069
in macOS. Patch by Pablo Galindo.
5071
5070
5072
5071
..
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ Clean up refleak on failed module initialisation in :mod:`_zoneinfo`
546
546
.. nonce: qc_KHr
547
547
.. section: Library
548
548
549
- Clean up refleaks on failed module initialisation in in :mod: `_pickle `
549
+ Clean up refleaks on failed module initialisation in :mod: `_pickle `
550
550
551
551
..
552
552
You can’t perform that action at this time.
0 commit comments