Skip to content

Commit 6e09320

Browse files
committed
docs/library/usocket: Make xref to uerrno explicitly a module reference.
1 parent 478ce8f commit 6e09320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/usocket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Functions
9999
of error in this function. MicroPython doesn't have ``socket.gaierror``
100100
and raises OSError directly. Note that error numbers of `getaddrinfo()`
101101
form a separate namespace and may not match error numbers from
102-
`uerrno` module. To distinguish `getaddrinfo()` errors, they are
102+
the :mod:`uerrno` module. To distinguish `getaddrinfo()` errors, they are
103103
represented by negative numbers, whereas standard system errors are
104104
positive numbers (error numbers are accessible using ``e.args[0]`` property
105105
from an exception object). The use of negative values is a provisional

0 commit comments

Comments
 (0)