From: Joseph Sutton Date: Thu, 6 May 2021 03:40:44 +0000 (+1200) Subject: pytest: Fix typo in docstring X-Git-Tag: tevent-0.11.0~426 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7754b56a1d4f1e4a9a5cb858420ec712385e828;p=thirdparty%2Fsamba.git pytest: Fix typo in docstring Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/python/samba/tests/samba_tool/join.py b/python/samba/tests/samba_tool/join.py index 3c3449b8e9e..0cbd319e0ff 100644 --- a/python/samba/tests/samba_tool/join.py +++ b/python/samba/tests/samba_tool/join.py @@ -21,7 +21,7 @@ from samba.tests.samba_tool.base import SambaToolCmdTest class JoinCmdTestCase(SambaToolCmdTest): - """Test for samba-tool fsmo show subcommand""" + """Test for samba-tool domain join subcommand""" def test_rejoin(self): """Run domain join to confirm it errors because we are already joined"""