Explorar o código

Typo: beffer -> buffer

Adam Matan %!s(int64=9) %!d(string=hai) anos
pai
achega
3886860aa4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      python/google/protobuf/json_format.py

+ 1 - 1
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: