diff --git a/neo4j/debug.py b/neo4j/debug.py index 2a4d37a0d..8934e69a8 100644 --- a/neo4j/debug.py +++ b/neo4j/debug.py @@ -150,7 +150,7 @@ def watch( ) -> Watcher: """Quick wrapper for using :class:`.Watcher`. - Create a Wathcer with the given configuration, enable watching and return + Create a Watcher with the given configuration, enable watching and return it. Example::