diff options
| author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2022-08-17 11:48:58 +1200 |
|---|---|---|
| committer | Douglas Bagnall <dbagnall@samba.org> | 2022-09-06 21:12:36 +0000 |
| commit | d9443fadba2f09871fe14caac1c00b8c753223d3 (patch) | |
| tree | e22908d4ddc1b1d26bb790b82468b5839d694bbf /python/samba | |
| parent | 98f5332b46fbddd44366ccaa2b11346a1d2bc10d (diff) | |
| download | samba-d9443fadba2f09871fe14caac1c00b8c753223d3.tar.gz samba-d9443fadba2f09871fe14caac1c00b8c753223d3.tar.bz2 samba-d9443fadba2f09871fe14caac1c00b8c753223d3.zip | |
pytest/samba-tool visualize: fix docstring
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Diffstat (limited to 'python/samba')
| -rw-r--r-- | python/samba/tests/samba_tool/visualize.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
