mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix splling in docstring
This commit is contained in:
parent
b40efc5db8
commit
d9ae2abb34
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class LocalClientTestCase(TestCase,
|
|||
@skipIf(not salt.utils.is_windows(), 'Windows only test')
|
||||
def test_pub_win32(self):
|
||||
'''
|
||||
Tests that the cleint raises a timeout error when using TCP transport
|
||||
Tests that the client raises a timeout error when using TCP transport
|
||||
and publisher is not running.
|
||||
|
||||
Note: Requires TCP transport, this is only the default on Windows.
|
||||
|
|
Loading…
Add table
Reference in a new issue