From 49fca60d04ebf158cc293a48ab936e9ec77f7c7f Mon Sep 17 00:00:00 2001 From: "Limor \"Ladyada\" Fried" Date: Fri, 15 Mar 2019 11:49:05 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 887c262..d33adb4 100755 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ Dependencies ============= The Micropython compatibility layers described above are intended to provide a CircuitPython-like API for devices which -are running Micropython. Since corresponding packages should be built-in to any standard +are running CPython or Micropython. Since corresponding packages should be built-in to any standard CircuitPython image, they have no value on a device already running CircuitPython and would likely conflict in unhappy ways. The test suites in the test/src folder under **testing.universal** are by design -- 2.49.0