Skip to content

Commit 1ce9396

Browse files
authored
Fix typo in positional method docstring
1 parent 48f503f commit 1ce9396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googleapiclient/_helpers.py

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

4141

4242
def positional(max_positional_args):
43-
"""A decorator to declare that only the first N arguments my be positional.
43+
"""A decorator to declare that only the first N arguments may be positional.
4444
4545
This decorator makes it easy to support Python 3 style keyword-only
4646
parameters. For example, in Python 3 it is possible to write::

0 commit comments

Comments
 (0)