Remove duplicate headings from module docstrings.
parent
cfff8aaba8
commit
f38caae84d
|
|
@ -17,10 +17,7 @@
|
|||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the included LICENSE file for details.
|
||||
|
||||
'''log.py
|
||||
----------
|
||||
Logging module for python-gnupg.
|
||||
'''
|
||||
'''Logging module for python-gnupg.'''
|
||||
|
||||
from __future__ import absolute_import
|
||||
from __future__ import print_function
|
||||
|
|
|
|||
|
|
@ -17,10 +17,8 @@
|
|||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the included LICENSE file for details.
|
||||
|
||||
'''meta.py
|
||||
----------
|
||||
Meta and base classes for hiding internal functions, and controlling attribute
|
||||
creation and handling.
|
||||
'''Meta and base classes for hiding internal functions, and controlling
|
||||
attribute creation and handling.
|
||||
'''
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
|
|
|||
|
|
@ -17,9 +17,8 @@
|
|||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the included LICENSE file for details.
|
||||
|
||||
'''parsers.py
|
||||
-------------
|
||||
Classes for parsing GnuPG status messages and sanitising commandline options.
|
||||
'''Classes for parsing GnuPG status messages and sanitising commandline
|
||||
options.
|
||||
'''
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the included LICENSE file for details.
|
||||
|
||||
'''trust.py
|
||||
-----------
|
||||
Functions for handling trustdb and trust calculations.
|
||||
'''Functions for handling trustdb and trust calculations.
|
||||
|
||||
The functions within this module take an instance of :class:`gnupg.GPGBase` or
|
||||
a suitable subclass as their first argument.
|
||||
|
|
|
|||
|
|
@ -17,10 +17,7 @@
|
|||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the included LICENSE file for details.
|
||||
|
||||
'''util.py
|
||||
----------
|
||||
Extra utilities for python-gnupg.
|
||||
'''
|
||||
'''Extra utilities for python-gnupg.'''
|
||||
|
||||
from __future__ import absolute_import
|
||||
from datetime import datetime
|
||||
|
|
|
|||
Loading…
Reference in New Issue