diff options
Diffstat (limited to 'Doc')
-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. |