Skip to content

Commit 44e58d7

Browse files
committed
pythongh-130461: Fix locations of .. index:: in getnode()
1 parent 9b0354c commit 44e58d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/uuid.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ which relays any information about the UUID's safety, using this enumeration:
167167
The :mod:`uuid` module defines the following functions:
168168

169169

170+
.. index:: single: getnode
170171
.. function:: getnode()
171172

172173
Get the hardware address as a 48-bit positive integer. The first time this
@@ -184,8 +185,6 @@ The :mod:`uuid` module defines the following functions:
184185
administered MAC addresses, since the former are guaranteed to be
185186
globally unique, while the latter are not.
186187

187-
.. index:: single: getnode
188-
189188

190189
.. index:: single: uuid1
191190
.. function:: uuid1(node=None, clock_seq=None)

0 commit comments

Comments
 (0)