diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-11-07 14:12:22 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-11-07 14:12:22 -0500 |
| commit | 64d457dad9bb3843ee468136022996ecb91a98df (patch) | |
| tree | c3bfee81668dbd842039c178222fda9df77a9b76 /docs | |
| parent | 4bc24c4f6084e414f0fb00299aae7d7cfdb76aba (diff) | |
| parent | 283e07254e9eb50e52d6f07b7ac177feeef02d83 (diff) | |
bring bleio PR up to date
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: |
