aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Matan <adamatan@users.noreply.github.com>2016-08-03 14:59:18 +0300
committerGitHub <noreply@github.com>2016-08-03 14:59:18 +0300
commit3886860aa46f6b8b7013f77baf7daeed9b7647c3 (patch)
tree5f16f1017d389ba06b9943feaa35e7faded09c71
parent8d8115bf524044f2ab5928d7b4050d04f64d3f1c (diff)
downloadprotobuf-3886860aa46f6b8b7013f77baf7daeed9b7647c3.tar.gz
protobuf-3886860aa46f6b8b7013f77baf7daeed9b7647c3.tar.bz2
protobuf-3886860aa46f6b8b7013f77baf7daeed9b7647c3.zip
Typo: beffer -> buffer
-rw-r--r--python/google/protobuf/json_format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/google/protobuf/json_format.py b/python/google/protobuf/json_format.py
index bb6a1998..edc0cb50 100644
--- a/python/google/protobuf/json_format.py
+++ b/python/google/protobuf/json_format.py
@@ -310,7 +310,7 @@ def Parse(text, message, ignore_unknown_fields=False):
Args:
text: Message JSON representation.
- message: A protocol beffer message to merge into.
+ message: A protocol buffer message to merge into.
ignore_unknown_fields: If True, do not raise errors for unknown fields.
Returns: