We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f49f69 commit 832335dCopy full SHA for 832335d
Doc/library/lzma.rst
@@ -344,9 +344,9 @@ the following constants:
344
.. versionadded:: 3.13
345
346
The version number and string formats are as defined in by C library. The
347
-integer is represented in decimal digits as ``MJJJPPPS`` where ``M`` is the
348
-major version, ``JJJ`` is the minor version, ``PPP`` is the patch level, and
349
-``S`` is the "stability indicator" (2 means stable)::
+integer is represented in decimal digits as ``jmmmppps`` where ``j`` is the
+major version, ``mmm`` is the minor version, ``ppp`` is the patch level, and
+``s`` is the "stability indicator" (2 means stable)::
350
351
>>> import lzma
352
>>> lzma.LZMA_VERSION
0 commit comments