Skip to content

Commit b49ee62

Browse files
authored
Merge pull request #4840 from adafruit/jepler-patch-1
Update __init__.c
2 parents 6ee9acc + d888238 commit b49ee62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/usb_cdc/__init__.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
//| """The `console` `Serial` object is used for the REPL, and for `sys.stdin` and `sys.stdout`.
5353
//| `console` is ``None`` if disabled.
5454
//|
55-
//| However, note that`sys.stdin` and `sys.stdout` are text-based streams,
55+
//| However, note that `sys.stdin` and `sys.stdout` are text-based streams,
5656
//| 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.
57+
//| You do not normally need to write to `console` unless you want to write binary data.
5858
//| """
5959
//|
6060
//| data: Optional[Serial]

0 commit comments

Comments
 (0)