Skip to content

Commit d888238

Browse files
authored
Update __init__.c
some small typos
1 parent 6ee9acc commit d888238

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)