summaryrefslogtreecommitdiff
path: root/docs/templates/unsupported_in_circuitpython.inc
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-05-22 20:49:08 -0400
committerDan Halbert <halbert@halwitz.org>2018-05-22 20:49:08 -0400
commit59615fc9938e0e7c7cf8141069f5eaaba05b18eb (patch)
tree58c7a33708677c2ebda54dfb86c94d6bceaaf67c /docs/templates/unsupported_in_circuitpython.inc
parente65cc077640881baedae1dcea0b8fcc1886d0f88 (diff)
add caveat language re MicroPython libraries; other slight changes
Diffstat (limited to 'docs/templates/unsupported_in_circuitpython.inc')
-rw-r--r--docs/templates/unsupported_in_circuitpython.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/templates/unsupported_in_circuitpython.inc b/docs/templates/unsupported_in_circuitpython.inc
index 18c9215a8..1ed605d50 100644
--- a/docs/templates/unsupported_in_circuitpython.inc
+++ b/docs/templates/unsupported_in_circuitpython.inc
@@ -1,5 +1,8 @@
.. warning::
- This module is inherited from MicroPython and may not work in CircuitPython
- as documented or at all! If they do work, they may change at any time. It is
- unsupported.
+ Though this MicroPython-based library is available for use in CircuitPython,
+ 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
+ on any non-standard functionality it currently provides.