Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2306e60 commit d80b16dCopy full SHA for d80b16d
1 file changed
Doc/library/socket.rst
@@ -1350,7 +1350,7 @@ manager protocol instead, open a socket with::
1350
socket.socket(socket.AF_CAN, socket.SOCK_DGRAM, socket.CAN_BCM)
1351
1352
After binding (:const:`CAN_RAW`) or connecting (:const:`CAN_BCM`) the socket, you
1353
-can use the :method:`socket.send`, and the :method:`socket.recv` operations (and
+can use the :meth:`socket.send`, and the :meth:`socket.recv` operations (and
1354
their counterparts) on the socket object as usual.
1355
1356
This example might require special priviledge::
0 commit comments