Skip to content

Commit

Permalink
Think-o: 'bytes_value' -> 'blob_value'.
Browse files Browse the repository at this point in the history
Incorporates feedback from @dhermes.
  • Loading branch information
tseaver committed Nov 3, 2014
1 parent b7ec437 commit 95336d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/datastore/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Entity(dict):
the 'text_value' field, after being encoded to UTF-8. When
retrieved from the back-end, such values will be decoded to "text"
again. Values which are "bytes" ('str' in Python2, 'bytes' in
Python3), will be saved using the 'bytes_value' field, without
Python3), will be saved using the 'blob_value' field, without
any decoding / encoding step.
"""
Expand Down

0 comments on commit 95336d9

Please sign in to comment.