Skip to content

Commit

Permalink
Use is_alive() instead of isAlive()
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepaleo authored and BoboTiG committed Sep 6, 2021
1 parent 43f7982 commit 5a7022c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Expand Up @@ -46,7 +46,7 @@ file system changes and simply log them to the console::
observer.schedule(event_handler, path, recursive=True)
observer.start()
try:
while observer.isAlive():
while observer.is_alive():
observer.join(1)
finally:
observer.stop()
Expand Down

0 comments on commit 5a7022c

Please sign in to comment.