Skip to content

Commit 4046181

Browse files
Fix typo in debug.watch() docstring. (#823)
1 parent a046c68 commit 4046181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def watch(
150150
) -> Watcher:
151151
"""Quick wrapper for using :class:`.Watcher`.
152152
153-
Create a Wathcer with the given configuration, enable watching and return
153+
Create a Watcher with the given configuration, enable watching and return
154154
it.
155155
156156
Example::

0 commit comments

Comments
 (0)