mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
python: PEP275: docstrings should always use double quotes
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
35d71bfc6f
commit
6bcfcacd53
@@ -332,9 +332,9 @@ class Smb3UnixTests(samba.tests.libsmb.LibsmbTests):
|
||||
self.assertEqual(0, dotdot['dev'], 'The dev for .. was not 0')
|
||||
|
||||
def test_create_context_basic1(self):
|
||||
'''
|
||||
"""
|
||||
Check basic CreateContexts response
|
||||
'''
|
||||
"""
|
||||
try:
|
||||
c = libsmb.Conn(
|
||||
self.server_ip,
|
||||
|
||||
Reference in New Issue
Block a user