Typo: beffer -> buffer

This commit is contained in:
Adam Matan 2016-08-03 14:59:18 +03:00 committed by GitHub
parent 8d8115bf52
commit 3886860aa4

View File

@ -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: