summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5e52aca..a06509a 100644
--- a/README.rst
+++ b/README.rst
@@ -78,7 +78,7 @@ Advanced Usage
def time_observer(_name, value):
# Here, _value is either None if nothing is playing or a float containing
# fractional seconds since the beginning of the file.
- print('Now playing at {:.2f}s'.format(value)))
+ print('Now playing at {:.2f}s'.format(value))
player.fullscreen = True
player.loop = 'inf'