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 3867629 commit 99ea251Copy full SHA for 99ea251
gitsome/githubcli.py
@@ -37,7 +37,7 @@ def cli(ctx):
37
:param ctx: An instance of click.core.Context that stores an instance
38
of `github.GitHub`.
39
"""
40
- # Create a GitHub object and remember it as as the context object.
+ # Create a GitHub object and remember it as the context object.
41
# From this point onwards other commands can refer to it by using the
42
# @pass_github decorator.
43
ctx.obj = GitHub()
0 commit comments