diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-07-30 19:21:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-30 19:21:33 -0400 |
| commit | bf033123a7fa75394fd7a01d17ec99afd9abe645 (patch) | |
| tree | 3455b22d084c0ed922d9666913f21326e21be9d1 /docs | |
| parent | a6d94b68453b8535398ff0b61cd6c4a0c7f77f8b (diff) | |
| parent | 0a02d77d64b3194045b75e7903bf22010afc07f3 (diff) | |
Merge pull request #1073 from adafruit/tannewt-patch-2
Wordsmith
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/unsupported_in_circuitpython.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/templates/unsupported_in_circuitpython.inc b/docs/templates/unsupported_in_circuitpython.inc index 1ed605d50..582bd9dd0 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. |
