浏览代码

Merge pull request #6138 from haoyuanli/patch-1

Fix typo 'pythong'
Yilun Chong 6 年之前
父节点
当前提交
1ded7fbb7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/performance.md

+ 1 - 1
docs/performance.md

@@ -12,7 +12,7 @@ This table contains 3 languages' results:
     * **ByteString** - This is for parsing from a
     	com.google.protobuf.ByteString.
     * **InputStream** - This is for parsing from a InputStream
-* **Python** - For Pythong there're 3 kinds of python protobuf for testing:
+* **Python** - For Python there're 3 kinds of python protobuf for testing:
 	* **C++-genereated-code** - This is for using cpp generated code of the
     	proto file as dynamic linked library.
 	* **C++-reflection** - This is for using cpp reflection, which there's no