diff --git a/docs/templates/unsupported_in_circuitpython.inc b/docs/templates/unsupported_in_circuitpython.inc index 1ed605d503..582bd9dd0d 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 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 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.