diff options
| author | Jani Nikula <jani@nikula.org> | 2019-02-11 20:22:36 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-02-16 09:02:55 -0400 |
| commit | 528e5ba2c8a6a8585a3508dee549b2880dfca671 (patch) | |
| tree | 4e8a02baca3d5cbbb840184a621f6da42371e927 /bindings/python/docs/source | |
| parent | 510dc8c8377e4fef1e96c13c2ea3f25f4b51c889 (diff) | |
python: fix documentation title underline
Fix documentation build sphinx warning:
filesystem.rst:18: WARNING: Title underline too short.
Diffstat (limited to 'bindings/python/docs/source')
| -rw-r--r-- | bindings/python/docs/source/filesystem.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/docs/source/filesystem.rst b/bindings/python/docs/source/filesystem.rst index 558c93de..13fe1194 100644 --- a/bindings/python/docs/source/filesystem.rst +++ b/bindings/python/docs/source/filesystem.rst @@ -15,7 +15,7 @@ Files and directories instead. :class:`Directory` -- A directory entry in the database ------------------------------------------------------- +------------------------------------------------------- .. autoclass:: Directory |
