Skip to content

Commit 99ea251

Browse files
authored
Fix typo in cli method's docstring (donnemartin#101)
1 parent 3867629 commit 99ea251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitsome/githubcli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def cli(ctx):
3737
:param ctx: An instance of click.core.Context that stores an instance
3838
of `github.GitHub`.
3939
"""
40-
# Create a GitHub object and remember it as as the context object.
40+
# Create a GitHub object and remember it as the context object.
4141
# From this point onwards other commands can refer to it by using the
4242
# @pass_github decorator.
4343
ctx.obj = GitHub()

0 commit comments

Comments
 (0)