Skip to content

Commit 7dcd535

Browse files
author
Yang
committed
fix documentation test
1 parent ba1daa3 commit 7dcd535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyStemmusScope/my_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def hello(name):
1919
Example:
2020
This function can be called with `Jane Smith` as argument using
2121
22-
>>> from pystemmusscope.my_module import hello
22+
>>> from PyStemmusScope.my_module import hello
2323
>>> hello('Jane Smith')
2424
'Hello Jane Smith!'
2525

0 commit comments

Comments
 (0)