Skip to content

Commit 712f200

Browse files
authored
Update slash_usage.py
1 parent c54c59f commit 712f200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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: E999
8+
# slash_usage(position_only="Frank", "Dean")

0 commit comments

Comments
 (0)