From d888238dfef0ddc116178094a1ccf08d70e08dda Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 1 Jun 2021 19:15:51 -0500 Subject: [PATCH] Update __init__.c some small typos --- shared-bindings/usb_cdc/__init__.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared-bindings/usb_cdc/__init__.c b/shared-bindings/usb_cdc/__init__.c index f16373fa73..18e8356e34 100644 --- a/shared-bindings/usb_cdc/__init__.c +++ b/shared-bindings/usb_cdc/__init__.c @@ -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]