Make smart futures avoid polling.
[python_utils.git] / directory_filter.py
index 5504609ad6d0e92257052370b4132e353c166338..d14dce7c6eec912e2b2c5b07ebe9b6ef4dfcf716 100644 (file)
@@ -6,7 +6,7 @@ from typing import Any, Optional
 
 
 class DirectoryFileFilter(object):
-    """A predicate that will return False if when a proposed file's
+    """A predicate that will return False if when a proposed file's
     content to-be-written is identical to the contents of the file;
     skip the write.
     """