Skip to content

Commit e914b80

Browse files
authored
Update slash_usage.py
1 parent 3576898 commit e914b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-asterisk-and-slash-special-parameters/slash_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ def slash_usage(position_only, /, keyword_only):
55

66
slash_usage(position_only="Frank", keyword_only="Dean")
77

8-
slash_usage(position_only="Frank", "Dean") # noqa: E731
8+
slash_usage(position_only="Frank", "Dean") # noqa: E999

0 commit comments

Comments
 (0)