From d9443fadba2f09871fe14caac1c00b8c753223d3 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Wed, 17 Aug 2022 11:48:58 +1200 Subject: [PATCH] pytest/samba-tool visualize: fix docstring Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett Reviewed-by: Joseph Sutton --- python/samba/tests/samba_tool/visualize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/tests/samba_tool/visualize.py b/python/samba/tests/samba_tool/visualize.py index 03a29ffc1d0..52fffc06fd4 100644 --- a/python/samba/tests/samba_tool/visualize.py +++ b/python/samba/tests/samba_tool/visualize.py @@ -21,7 +21,7 @@ topologies. We don't test samba-tool visualize reps here because repsTo and -repsFrom are not replicated, and there are actual remote servers to +repsFrom are not replicated, and there are no actual remote servers to query. """ import samba -- 2.47.3