diff options
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 b20120637d..53fba89f1a 100644 --- a/Doc/library/lzma.rst +++ b/Doc/library/lzma.rst @@ -232,7 +232,7 @@ Compressing and decompressing data in memory .. attribute:: eof - True if the end-of-stream marker has been reached. + ``True`` if the end-of-stream marker has been reached. .. attribute:: unused_data |