Minor typos etc

This commit is contained in:
Dave Willmer
2017-04-22 22:47:41 +02:00
parent 1399bbe733
commit 061255bf99
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
import time
class Timer(object):
class Timer:
"""
Context manager used to time execution of stuff.
"""