mercurial/util.py
changeset 47128 bea4717415c0
parent 47012 d55b71393907
parent 47062 f38bf44e077f
child 47233 bcafcd779d2e
--- a/mercurial/util.py	Fri May 07 08:38:17 2021 -0700
+++ b/mercurial/util.py	Fri May 07 22:06:25 2021 -0400
@@ -144,7 +144,7 @@
 
 def setumask(val):
     # type: (int) -> None
-    ''' updates the umask. used by chg server '''
+    '''updates the umask. used by chg server'''
     if pycompat.iswindows:
         return
     os.umask(val)