We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f503f commit 1ce9396Copy full SHA for 1ce9396
googleapiclient/_helpers.py
@@ -40,7 +40,7 @@
40
41
42
def positional(max_positional_args):
43
- """A decorator to declare that only the first N arguments my be positional.
+ """A decorator to declare that only the first N arguments may be positional.
44
45
This decorator makes it easy to support Python 3 style keyword-only
46
parameters. For example, in Python 3 it is possible to write::
0 commit comments