Skip to content

Commit

Permalink
Fix typo in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Feb 4, 2015
1 parent 31260e1 commit 57f4937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli/customizations/s3/transferconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def build_config(self, **kwargs):
that use this runtime config.
:param kwargs: Any key in the ``DEFAULTS`` dict.
:return: A dictionar of the merged and converted values.
:return: A dictionary of the merged and converted values.
"""
runtime_config = DEFAULTS.copy()
Expand Down

0 comments on commit 57f4937

Please sign in to comment.