Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion.

This commit is contained in:
Nadeem Vawda 2012-05-06 23:01:51 +02:00
parent f55b329edc
commit bc459bb484
4 changed files with 12 additions and 12 deletions

View file

@ -18,7 +18,7 @@ __all__ = [
"MODE_FAST", "MODE_NORMAL", "PRESET_DEFAULT", "PRESET_EXTREME",
"LZMACompressor", "LZMADecompressor", "LZMAFile", "LZMAError",
"compress", "decompress", "check_is_supported",
"compress", "decompress", "is_check_supported",
"encode_filter_properties", "decode_filter_properties",
]