diff options
author | Xtreak <tirkarthi@users.noreply.github.com> | 2018-06-16 05:08:31 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-06-16 05:08:31 (GMT) |
commit | c151f7846d6d900c22edaaa77f5f7771b529099e (patch) | |
tree | 986c9e7904eb1dbd890f830d94ddb0a334107e36 /Doc/whatsnew/3.6.rst | |
parent | b193fa996a746111252156f11fb14c12fd6267e6 (diff) | |
download | cpython-c151f7846d6d900c22edaaa77f5f7771b529099e.zip cpython-c151f7846d6d900c22edaaa77f5f7771b529099e.tar.gz cpython-c151f7846d6d900c22edaaa77f5f7771b529099e.tar.bz2 |
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index bb32361..1360af7 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -1856,7 +1856,7 @@ Build and C API Changes For more information, see :pep:`7` and :issue:`17884`. * Cross-compiling CPython with the Android NDK and the Android API level set to - 21 (Android 5.0 Lollilop) or greater runs successfully. While Android is not + 21 (Android 5.0 Lollipop) or greater runs successfully. While Android is not yet a supported platform, the Python test suite runs on the Android emulator with only about 16 tests failures. See the Android meta-issue :issue:`26865`. |