Skip to content
Snippets Groups Projects
Commit 2ab8e0cd authored by Timon Peng's avatar Timon Peng
Browse files

Fix typo.

parent b6ed5ffd
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ $ pip install spinners
```py
from spinners import Spinners #Enum
print Spinner.line.value
print Spinners.line.value
# {u'frames': [u'-', u'\\', u'|', u'/'], u'interval': 130}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment