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 (contai |
|
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