mercurial/interfaces/dirstate.py
changeset 43787 be8552f25cab
parent 43077 687b865b95ad
child 45942 89a2afe31e82
--- a/mercurial/interfaces/dirstate.py	Wed Nov 13 20:42:13 2019 +0100
+++ b/mercurial/interfaces/dirstate.py	Sun Dec 01 18:46:10 2019 -0500
@@ -24,7 +24,7 @@
         """Return a list of files containing patterns to ignore."""
 
     def _ignorefileandline(f):
-        b"Given a file `f`, return the ignore file and line that ignores it."
+        """Given a file `f`, return the ignore file and line that ignores it."""
 
     _checklink = interfaceutil.Attribute("""Callable for checking symlinks.""")
     _checkexec = interfaceutil.Attribute("""Callable for checking exec bits.""")