From 3886860aa46f6b8b7013f77baf7daeed9b7647c3 Mon Sep 17 00:00:00 2001 From: Adam Matan Date: Wed, 3 Aug 2016 14:59:18 +0300 Subject: Typo: beffer -> buffer --- python/google/protobuf/json_format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3