File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
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 @@ -729,7 +729,7 @@ keyword against a subject. Syntax:
729
729
730
730
If the OR pattern fails, the AS pattern fails. Otherwise, the AS pattern binds
731
731
the subject to the name on the right of the as keyword and succeeds.
732
- ``capture_pattern `` cannot be a a ``_ ``.
732
+ ``capture_pattern `` cannot be a ``_ ``.
733
733
734
734
In simple terms ``P as NAME `` will match with ``P ``, and on success it will
735
735
set ``NAME = <subject> ``.
You can’t perform that action at this time.
0 commit comments