diff options
| author | Nick Moore <nick@zoic.org> | 2018-10-11 22:19:46 +1100 |
|---|---|---|
| committer | Nick Moore <nick@zoic.org> | 2018-10-11 22:19:46 +1100 |
| commit | 5bb12793a0c978fc731e29d0dee00cdf86b8234f (patch) | |
| tree | b2f2e6a26f291dbc016f1cd47ccce1a5278d71ad /docs | |
| parent | a4a0cf826b9d39f14317e6021ac2a5c08d575fbd (diff) | |
update documentation and translations again
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/library/usocket.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/usocket.rst b/docs/library/usocket.rst index 2751db6c4..2115085a3 100644 --- a/docs/library/usocket.rst +++ b/docs/library/usocket.rst @@ -138,16 +138,16 @@ Constants Note that you don't need to specify these in a call to `usocket.socket()`, because `SOCK_STREAM` socket type automatically selects `IPPROTO_TCP`, and `SOCK_DGRAM` - `IPPROTO_UDP`. Thus, the only real use of these constants - is as an argument to `setsockopt()`. + is as an argument to `usocket.socket.setsockopt()`. .. data:: usocket.SOL_* - Socket option levels (an argument to `setsockopt()`). The exact + Socket option levels (an argument to `usocket.socket.setsockopt()`). The exact inventory depends on a ``MicroPython port``. .. data:: usocket.SO_* - Socket options (an argument to `setsockopt()`). The exact + Socket options (an argument to `usocket.socket.setsockopt()`). The exact inventory depends on a ``MicroPython port``. Constants specific to WiPy: |
