Skip to content

Commit 8c3da14

Browse files
committed
adjust tests
1 parent 28ef84e commit 8c3da14

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

numpydoc/tests/test_docscrape.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -893,18 +893,18 @@ def x(self):
893893
894894
x
895895
896-
=== ==========
897-
t (float) Current time.
898-
y (ndarray) Current variable values.
899-
=== ==========
896+
===== ==========
897+
**t** (float) Current time.
898+
**y** (ndarray) Current variable values.
899+
===== ==========
900900
901901
.. rubric:: Methods
902902
903-
=== ==========
904-
a
905-
b
906-
c
907-
=== ==========
903+
===== ==========
904+
**a**
905+
**b**
906+
**c**
907+
===== ==========
908908
909909
""")
910910

0 commit comments

Comments
 (0)