diff options
| author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 00:06:24 +0000 |
|---|---|---|
| committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 00:11:08 +0000 |
| commit | 4f5a3269a6053fe659093096d9b635a2c8e7e55e (patch) | |
| tree | 19b28743f859ce4e8c4fb507fc610c8ea42522bc /sphinx/builders/latex/util.py | |
| parent | 6b8bccec5977f608f0b1e33f31a4888a2ea0d141 (diff) | |
| download | sphinx-git-4f5a3269a6053fe659093096d9b635a2c8e7e55e.tar.gz | |
Fix module docstring first line
Diffstat (limited to 'sphinx/builders/latex/util.py')
| -rw-r--r-- | sphinx/builders/latex/util.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/builders/latex/util.py b/sphinx/builders/latex/util.py index da1f79653..34fff7fcc 100644 --- a/sphinx/builders/latex/util.py +++ b/sphinx/builders/latex/util.py @@ -1,5 +1,4 @@ -""" - Utilities for LaTeX builder. +"""Utilities for LaTeX builder. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. |
