Skip to content

Commit

Permalink
Revert "Merge pull request boto#3414 from frewsxcv/patch-1"
Browse files Browse the repository at this point in the history
This reverts commit bb5281a, reversing
changes made to cb8aeec.

The original commit was not intended to be merged directly into
develop.
  • Loading branch information
jamesls committed Dec 23, 2015
1 parent bb5281a commit 5cc5326
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):
"""
A field representing a hash key.
An field representing a hash key.
Example::
Expand All @@ -77,7 +77,7 @@ class HashKey(BaseSchemaField):

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

0 comments on commit 5cc5326

Please sign in to comment.