diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-05-06 21:01:51 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-05-06 21:01:51 (GMT) |
commit | bc459bb484a48ae6d04ea0a57e8924e7fee2e628 (patch) | |
tree | e8831c13263c1bc86fc2c56c6a575a85cc0c6522 /Doc/library/lzma.rst | |
parent | f55b329edc911dde495abfcfe0b052040d101cc5 (diff) | |
download | cpython-bc459bb484a48ae6d04ea0a57e8924e7fee2e628.zip cpython-bc459bb484a48ae6d04ea0a57e8924e7fee2e628.tar.gz cpython-bc459bb484a48ae6d04ea0a57e8924e7fee2e628.tar.bz2 |
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion.
Diffstat (limited to 'Doc/library/lzma.rst')
-rw-r--r-- | Doc/library/lzma.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/lzma.rst b/Doc/library/lzma.rst index 9bc82be..33a5428 100644 --- a/Doc/library/lzma.rst +++ b/Doc/library/lzma.rst @@ -225,7 +225,7 @@ Compressing and decompressing data in memory Miscellaneous ------------- -.. function:: check_is_supported(check) +.. function:: is_check_supported(check) Returns true if the given integrity check is supported on this system. |