Skip to content

Commit badeb5c

Browse files
Move the nbsp definition.
1 parent f7a06e5 commit badeb5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/math.integer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ computed exactly and are integers.
5858
``a = 1 + isqrt(n - 1)``.
5959

6060

61+
.. |nbsp| unicode:: 0xA0
62+
:trim:
63+
64+
6165
.. function:: lcm(*integers)
6266

6367
Return the least common multiple of the specified integer arguments.
@@ -79,7 +83,3 @@ computed exactly and are integers.
7983
and the function returns ``n!``.
8084

8185
Raises :exc:`ValueError` if either of the arguments are negative.
82-
83-
84-
.. |nbsp| unicode:: 0xA0
85-
:trim:

0 commit comments

Comments
 (0)