We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2794d9a commit 6201fe8Copy full SHA for 6201fe8
didyoumean/didyoumean_re.py
@@ -125,7 +125,7 @@
125
r"(?:object but received|objects doesn't apply to) (?:a )?" \
126
r"'({0})'(?:| object)$".format(TYPE_NAME)
127
ARG_NOT_ITERABLE_RE = r"^(?:argument of type )?'({0})'" \
128
- r"(?: object)? is not (a container or )?iterable$".format(TYPE_NAME)
+ r"(?: object)? is not (?:a container or )?iterable$".format(TYPE_NAME)
129
MUST_BE_CALLED_WITH_INST_RE = r"^unbound method (\w+)\(\) must be called " \
130
r"with ({0}) instance as first argument " \
131
r"\(got ({0}) instance instead\)$".format(TYPE_NAME)
0 commit comments