Commit 91dc5726 authored by bescoto's avatar bescoto

Comment clarification


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@329 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent e4c6dcce
......@@ -281,10 +281,10 @@ class RORPath:
def equal_loose(self, other):
"""True iff the two rorpaths are kinda equivalent
Sometimes because of missing permissions, a file cannot be
Sometimes because permissions cannot be set, a file cannot be
replicated exactly on the remote side. This function tells
you whether the two files are close enough. self must be the
file with more information.
original rpath.
"""
for key in self.data.keys(): # compare dicts key by key
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment