##// END OF EJS Templates
fileset: fix typo in binary() doc
Idan Kamara -
r14830:35f5cfdd stable
parent child Browse files
Show More
@@ -195,7 +195,7 b' def getargs(x, min, max, err):'
195
195
196 def binary(mctx, x):
196 def binary(mctx, x):
197 """``binary()``
197 """``binary()``
198 File that appears to be binary (contails NUL bytes).
198 File that appears to be binary (contains NUL bytes).
199 """
199 """
200 # i18n: "binary" is a keyword
200 # i18n: "binary" is a keyword
201 getargs(x, 0, 0, _("binary takes no arguments"))
201 getargs(x, 0, 0, _("binary takes no arguments"))
General Comments 0
You need to be logged in to leave comments. Login now