diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2018-07-30 15:20:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-30 15:20:12 -0700 |
| commit | 0a02d77d64b3194045b75e7903bf22010afc07f3 (patch) | |
| tree | 3455b22d084c0ed922d9666913f21326e21be9d1 /docs | |
| parent | 76971d990777b1e1ed6b0e01f4822314a0c0f988 (diff) | |
Comment that it may vary by board
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/unsupported_in_circuitpython.inc | 4 |
1 files 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 |
