Fix typo 'pythong'

Changed 'pythong' to 'python'
This commit is contained in:
haoyuanli 2019-05-14 10:47:09 -07:00 committed by GitHub
parent 5f3f3d646d
commit 62246b9166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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