Merge pull request #4840 from adafruit/jepler-patch-1

Update __init__.c
This commit is contained in:
Dan Halbert 2021-06-01 21:14:14 -04:00 committed by GitHub
commit b49ee62af9
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`. //| """The `console` `Serial` object is used for the REPL, and for `sys.stdin` and `sys.stdout`.
//| `console` is ``None`` if disabled. //| `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. //| 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] //| data: Optional[Serial]