summaryrefslogtreecommitdiff
path: root/shared-bindings/socket
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/socket')
-rw-r--r--shared-bindings/socket/__init__.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/shared-bindings/socket/__init__.c b/shared-bindings/socket/__init__.c
index 4c0811bdb..19c4850cd 100644
--- a/shared-bindings/socket/__init__.c
+++ b/shared-bindings/socket/__init__.c
@@ -37,12 +37,7 @@
#include "shared-module/network/__init__.h"
-//| """:mod:`socket` --- TCP, UDP and RAW socket support
-//| =================================================
-//|
-//| .. module:: socket
-//| :synopsis: TCP, UDP and RAW sockets
-//| :platform: SAMD21, SAMD51
+//| """TCP, UDP and RAW socket support
//|
//| Create TCP, UDP and RAW sockets for communicating over the Internet."""
//|
@@ -50,7 +45,6 @@
STATIC const mp_obj_type_t socket_type;
//| class socket:
-//| """.. currentmodule:: socket"""
//|
//| def __init__(self, family: int, type: int, proto: int):
//| """Create a new socket