From 54cb82bd17469410c5eb5f5e723063aa2e2b87d8 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 11 Jun 2016 15:02:54 -0400 Subject: Issue #22558: Add remaining doc links to source code for Python-coded modules. Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. --- Doc/library/lzma.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Doc/library/lzma.rst') diff --git a/Doc/library/lzma.rst b/Doc/library/lzma.rst index 054600530b..f99c495ce9 100644 --- a/Doc/library/lzma.rst +++ b/Doc/library/lzma.rst @@ -3,11 +3,15 @@ .. module:: lzma :synopsis: A Python wrapper for the liblzma compression library. + .. moduleauthor:: Nadeem Vawda .. sectionauthor:: Nadeem Vawda .. versionadded:: 3.3 +**Source code:** :source:`Lib/lzma.py` + +-------------- This module provides classes and convenience functions for compressing and decompressing data using the LZMA compression algorithm. Also included is a file -- cgit v1.2.1