]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python: tests: fix closing quote in docstring example
authorRob van der Linde <rob@catalyst.net.nz>
Thu, 28 Mar 2024 02:58:34 +0000 (15:58 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 8 Apr 2024 03:00:39 +0000 (03:00 +0000)
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>
python/samba/tests/token_factory.py

index 22f87f0f489e355ac0b2b06c0dd57e800aa45bbe..9049070cf9b96c137c920477e30f978310a38f63 100644 (file)
@@ -216,7 +216,7 @@ def token(sids=None, **kwargs):
 
     To add claims and device SIDs you do something like this:
 
-    >>> t = token(["AA", WD"],
+    >>> t = token(["AA", "WD"],
                   device_sids=["WD"],
                   user_claims={"Title": ["PM"],
                                "ClearanceLevel": [1]}