We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72baaaf commit b902708Copy full SHA for b902708
1 file changed
python-docstrings/doctest_style.py python-docstrings/magic_spells.pypython-docstrings/doctest_style.py renamed to python-docstrings/magic_spells.py
@@ -9,4 +9,4 @@ def undo_spell(spell):
9
>>> undo_spell("Lumos")
10
"somuL"
11
"""
12
- return spell[::1]
+ return spell[::-1]
0 commit comments