From 76971d990777b1e1ed6b0e01f4822314a0c0f988 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 30 Jul 2018 15:04:40 -0700 Subject: Wordsmith For #1067 --- docs/templates/unsupported_in_circuitpython.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/templates/unsupported_in_circuitpython.inc b/docs/templates/unsupported_in_circuitpython.inc index 1ed605d50..d67239a79 100644 --- a/docs/templates/unsupported_in_circuitpython.inc +++ b/docs/templates/unsupported_in_circuitpython.inc @@ -1,8 +1,9 @@ .. warning:: - Though this MicroPython-based library is available for use in CircuitPython, - its functionality may change in the future, perhaps significantly. + Though this MicroPython-based library may be available for use + in CircuitPython, it is unsupported and its functionality may change + in the future, perhaps significantly. As CircuitPython continues to develop, it may be changed to comply more closely with the corresponding standard Python library. - You may need to change your code later if you rely + You will likely need to change your code later if you rely on any non-standard functionality it currently provides. -- cgit v1.2.3 From 0a02d77d64b3194045b75e7903bf22010afc07f3 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 30 Jul 2018 15:20:12 -0700 Subject: Comment that it may vary by board --- docs/templates/unsupported_in_circuitpython.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates/unsupported_in_circuitpython.inc b/docs/templates/unsupported_in_circuitpython.inc index d67239a79..582bd9dd0 100644 --- a/docs/templates/unsupported_in_circuitpython.inc +++ b/docs/templates/unsupported_in_circuitpython.inc @@ -1,8 +1,8 @@ .. warning:: Though this MicroPython-based library may be available for use - in CircuitPython, it is unsupported and its functionality may change - in the future, perhaps significantly. + in some builds of CircuitPython, it is unsupported and its functionality + may change in the future, perhaps significantly. As CircuitPython continues to develop, it may be changed to comply more closely with the corresponding standard Python library. You will likely need to change your code later if you rely -- cgit v1.2.3