Skip to content

Commit 2ccedde

Browse files
committed
Add missing space
I do wish the developers guide (documentation section) would say to `make -C Doc/ check` to avoid the embarassment of pushing broken docs. I tracked down the failing test to a 'sphinx-lint' in `.pre-commit-config.yaml` but how that links up to the 'check' target in Docs/Makefile isn't clear.
1 parent d9cdf28 commit 2ccedde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ following:
406406
For floating-point presentation types the ``'z'`` option coerces negative zero
407407
floating-point values to positive zero after rounding to the format precision.
408408

409-
For integer presentation types ``'b'``, ``'o'``, ``'x'``, and ``'X'``formatted
409+
For integer presentation types ``'b'``, ``'o'``, ``'x'``, and ``'X'`` formatted
410410
with precision, the ``'z'`` 'modulo-precision' option first reduces the integer
411411
into ``range(base ** precision)``. The result is a predictable two's complement
412412
style formatting with the number of digits *exactly* equal to the precision.

0 commit comments

Comments
 (0)