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.
2 parents 6ee9acc + d888238 commit b49ee62Copy full SHA for b49ee62
shared-bindings/usb_cdc/__init__.c
@@ -52,9 +52,9 @@
52
//| """The `console` `Serial` object is used for the REPL, and for `sys.stdin` and `sys.stdout`.
53
//| `console` is ``None`` if disabled.
54
//|
55
-//| However, note that`sys.stdin` and `sys.stdout` are text-based streams,
+//| However, note that `sys.stdin` and `sys.stdout` are text-based streams,
56
//| and the `console` object is a binary stream.
57
-//| You do not normally need to write to `console` unless you wnat to write binary data.
+//| You do not normally need to write to `console` unless you want to write binary data.
58
//| """
59
60
//| data: Optional[Serial]
0 commit comments