From a8371fdf82e98d36274cbd4e95bef7376cba3682 Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Fri, 7 Oct 2022 16:03:13 +0200 Subject: [PATCH] Fix typo in `debug.watch()` docstring. --- neo4j/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::