File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ public abstract class ErrorMessages {
57
57
public static final String ARG_IS_EMPTY_SEQ = "%s() arg is an empty sequence" ;
58
58
public static final String ARG_MUST_BE_INT_OR_HAVE_FILENO_METHOD = "argument must be an int, or have a fileno() method." ;
59
59
public static final String ARG_MUST_BE_NUMBER = "%s argument must be a number, not '%p'" ;
60
- public static final String ARG_MUST_BE_S_NOT_P = "%s argument must be a %s, not %p" ;
60
+ public static final String ARG_MUST_BE_S_NOT_P = "%s argument must be %s, not %p" ;
61
61
public static final String ARGUMENTS_MUST_BE_ITERATORS = "Arguments must be iterators" ;
62
- public static final String S_BRACKETS_ARG_MUST_BE_S_NOT_P = "%s() argument must be a %s, not %p" ;
62
+ public static final String S_BRACKETS_ARG_MUST_BE_S_NOT_P = "%s() argument must be %s, not %p" ;
63
63
public static final String S_BRACKETS_ARG_MUST_BE_READ_WRITE_BYTES_LIKE_NOT_P = "%s() argument must be read-write bytes-like object, not %p" ;
64
64
public static final String ARG_MUST_BE_CALLABLE = "argument must be callable" ;
65
65
public static final String S_ARG_MUST_BE_CALLABLE = "%s argument must be callable" ;
You can’t perform that action at this time.
0 commit comments