Skip to content

Commit

Permalink
Merge pull request boto#3414 from frewsxcv/patch-1
Browse files Browse the repository at this point in the history
Fix a couple typos
  • Loading branch information
jamesls committed Dec 23, 2015
2 parents cb8aeec + 6e2d6ba commit bb5281a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boto/dynamodb2/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def schema(self):

class HashKey(BaseSchemaField):
"""
An field representing a hash key.
A field representing a hash key.
Example::
Expand All @@ -77,7 +77,7 @@ class HashKey(BaseSchemaField):

class RangeKey(BaseSchemaField):
"""
An field representing a range key.
A field representing a range key.
Example::
Expand Down

0 comments on commit bb5281a

Please sign in to comment.