bpo-21063: Improve module synopsis for distutils (GH-17363)

This commit is contained in:
Sanchit Khurana 2019-11-26 03:47:59 +05:30 committed by Brett Cannon
parent c6a7bdb356
commit f8a6316778
5 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
================================================
.. module:: linecache
:synopsis: This module provides random access to individual lines from text files.
:synopsis: Provides random access to individual lines from text files.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>