We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478ce8f commit 6e09320Copy full SHA for 6e09320
1 file changed
docs/library/usocket.rst
@@ -99,7 +99,7 @@ Functions
99
of error in this function. MicroPython doesn't have ``socket.gaierror``
100
and raises OSError directly. Note that error numbers of `getaddrinfo()`
101
form a separate namespace and may not match error numbers from
102
- `uerrno` module. To distinguish `getaddrinfo()` errors, they are
+ the :mod:`uerrno` module. To distinguish `getaddrinfo()` errors, they are
103
represented by negative numbers, whereas standard system errors are
104
positive numbers (error numbers are accessible using ``e.args[0]`` property
105
from an exception object). The use of negative values is a provisional
0 commit comments