File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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
You can’t perform that action at this time.
0 commit comments