Skip to content

Commit 1bfc7fe

Browse files
committed
parametrize is in fact a word
1 parent c6d0f7e commit 1bfc7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_subscriptions_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# CliRunner doesn't agree with empty options, so a list of option
3535
# combinations which omit the empty options is best. For example,
36-
# parameterizing 'limit' as '' and then executing
36+
# parametrizing 'limit' as '' and then executing
3737
#
3838
# CliRunner().invoke(cli.main, args=['subscriptions', 'list', limit]
3939
#

0 commit comments

Comments
 (0)