Skip to content

Commit 285cf93

Browse files
pjonatheskumar
authored andcommitted
Fix typo (Retrive -> Retrieve) (theskumar#61)
Thanks @pjona
1 parent 77dc37d commit 285cf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotenv/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def set(ctx, key, value):
4949
@click.pass_context
5050
@click.argument('key', required=True)
5151
def get(ctx, key):
52-
'''Retrive the value for the given key.'''
52+
'''Retrieve the value for the given key.'''
5353
file = ctx.obj['FILE']
5454
stored_value = get_key(file, key)
5555
if stored_value:

0 commit comments

Comments
 (0)