Skip to content

Commit f80be18

Browse files
authored
docs: fix typo in positional method docstring (#906)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #905 🦕
1 parent 48f503f commit f80be18

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)