diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 03:05:56 +0000 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 03:13:45 +0000 |
commit | 5775912455c25ee82734e1ff319a32f55946d79b (patch) | |
tree | e75fe3b61f6d92afb29fd38478e03d96179af015 /sphinx/writers/texinfo.py | |
parent | 6bb7b891a16fbcd5fad1f88fb472505549b9c084 (diff) | |
download | sphinx-git-5775912455c25ee82734e1ff319a32f55946d79b.tar.gz |
Collapse single line docstrings
Diffstat (limited to 'sphinx/writers/texinfo.py')
-rw-r--r-- | sphinx/writers/texinfo.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/writers/texinfo.py b/sphinx/writers/texinfo.py index 5a14cab45..b40f032b4 100644 --- a/sphinx/writers/texinfo.py +++ b/sphinx/writers/texinfo.py @@ -1,5 +1,4 @@ -"""Custom docutils writer for Texinfo. -""" +"""Custom docutils writer for Texinfo.""" import re import textwrap |