tests/test-pathencode.py
changeset 45942 89a2afe31e82
parent 43104 74802979dd9d
child 48875 6000f5b25c9b
--- a/tests/test-pathencode.py	Fri Nov 27 17:00:00 2020 -0500
+++ b/tests/test-pathencode.py	Fri Nov 27 17:03:29 2020 -0500
@@ -54,8 +54,8 @@
 
 
 def buildprobtable(fp, cmd='hg manifest tip'):
-    '''Construct and print a table of probabilities for path name
-    components.  The numbers are percentages.'''
+    """Construct and print a table of probabilities for path name
+    components.  The numbers are percentages."""
 
     counts = collections.defaultdict(lambda: 0)
     for line in os.popen(cmd).read().splitlines():