From 62246b9166405bfacc7ef27ed97870f4f979f1aa Mon Sep 17 00:00:00 2001 From: haoyuanli Date: Tue, 14 May 2019 10:47:09 -0700 Subject: [PATCH] Fix typo 'pythong' Changed 'pythong' to 'python' --- docs/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/performance.md b/docs/performance.md index 03e27f62f..a6a144237 100644 --- a/docs/performance.md +++ b/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