Skip to content

Commit fb43369

Browse files
committed
DOC: some underlines were too short
1 parent aed3ddd commit fb43369

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/templates/class.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:mod:`{{module}}`.{{objname}}
2-
{{ underline }}
2+
{{ underline }}==============
33

44
.. currentmodule:: {{ module }}
55

doc/templates/class_with_call.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:mod:`{{module}}`.{{objname}}
2-
{{ underline }}
2+
{{ underline }}===============
33

44
.. currentmodule:: {{ module }}
55

doc/templates/function.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:mod:`{{module}}`.{{objname}}
2-
{{ underline }}
2+
{{ underline }}====================
33

44
.. currentmodule:: {{ module }}
55

0 commit comments

Comments
 (0)