]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/helpers.py
Fix typo in atomically_replaced_file docstring
[bup.git] / lib / bup / helpers.py
index cf53da84a6a43a6569ec75b6ddd2e868d1d50207..715ce3389dcc9550e9447fb86025c68c2d677707 100644 (file)
@@ -638,8 +638,8 @@ def atomically_replaced_file(name, mode='w', buffering=-1):
     name if everything succeeds.
 
     The mode and buffering arguments are handled exactly as with open,
-    and the yielded file will have have very restrictive permissions,
-    as per mkstemp.
+    and the yielded file will have very restrictive permissions, as
+    per mkstemp.
 
     E.g.::