Skip to content

Commit

Permalink
Fix issue on windows py3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleknap committed Apr 22, 2015
1 parent 648504d commit 545fa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto3/dynamodb/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


DYNAMODB_CONTEXT = Context(
Emin=-128, Emax=126, rounding=None, prec=38,
Emin=-128, Emax=126, prec=38,
traps=[Clamped, Overflow, Inexact, Rounded, Underflow])


Expand Down

0 comments on commit 545fa51

Please sign in to comment.