Update __init__.c

some small typos
This commit is contained in:
Jeff Epler 2021-06-01 19:15:51 -05:00 committed by GitHub
parent 6ee9acc900
commit d888238dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@
//| """The `console` `Serial` object is used for the REPL, and for `sys.stdin` and `sys.stdout`.
//| `console` is ``None`` if disabled.
//|
//| However, note that`sys.stdin` and `sys.stdout` are text-based streams,
//| However, note that `sys.stdin` and `sys.stdout` are text-based streams,
//| and the `console` object is a binary stream.
//| 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.
//| """
//|
//| data: Optional[Serial]