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 c9a6ac9 commit ff1f0faCopy full SHA for ff1f0fa
1 file changed
Lib/test/test_extcall.py
@@ -287,8 +287,7 @@
287
>>> nothing(*h)
288
Traceback (most recent call last):
289
...
290
- TypeError: Value after * must be an iterable, \
291
-not function
+ TypeError: Value after * must be an iterable, not function
292
293
>>> h(**h)
294
@@ -328,8 +327,7 @@
328
327
>>> nothing(**h)
329
330
331
- TypeError: Value after ** must be a mapping, \
332
+ TypeError: Value after ** must be a mapping, not function
333
334
>>> dir(b=1, **{'b': 1})
335
0 commit comments