Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove trailing whitespace
  • Loading branch information
tomasr8 committed Feb 22, 2025
commit 6a46ce73a58a956564e7ed97e686fedb0f99ddfb
4 changes: 2 additions & 2 deletions Lib/test/test_tools/i18n_data/custom_keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
)

foo('bar')
foo('bar', 'baz')
foo('bar', 'baz')

nfoo('cat', 'cats', 1)
nfoo('dog', 'dogs')
Expand All @@ -20,7 +20,7 @@
bar('baz')

# 'nfoo' requires at least 2 arguments
nfoo('dog')
nfoo('dog')

# 'pfoo' requires at least 2 arguments
pfoo('context')
Expand Down