浏览代码

Typo: beffer -> buffer

Adam Matan 9 年之前
父节点
当前提交
3886860aa4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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:
   Args:
     text: Message JSON representation.
     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.
     ignore_unknown_fields: If True, do not raise errors for unknown fields.
 
 
   Returns:
   Returns: