From b691ebcc3e440a678cd28432fed7279fa647e9cd Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 20 Feb 2022 02:57:02 +0000 Subject: Conform to PEP 257 summary line conventions --- sphinx/ext/coverage.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sphinx/ext/coverage.py') diff --git a/sphinx/ext/coverage.py b/sphinx/ext/coverage.py index a69bd6748..0cdbe80df 100644 --- a/sphinx/ext/coverage.py +++ b/sphinx/ext/coverage.py @@ -1,5 +1,7 @@ -"""Check Python modules and C API for coverage. Mostly written by Josip -Dzolonga for the Google Highly Open Participation contest. +"""Check Python modules and C API for coverage. + +Mostly written by Josip Dzolonga for the Google Highly Open Participation +contest. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. -- cgit v1.2.1