Pyhton => Python, close #6126

This commit is contained in:
Cheng Zhao 2016-06-19 20:55:26 +09:00
parent 6f4899bd94
commit 6d6f0cae62

View file

@ -6,7 +6,7 @@
对于 C++ 和 Python我们遵循 Chromium 的[编码规范](http://www.chromium.org/developers/coding-style)。你可以使用 `script/cpplint.py` 来检验文件是否符合要求。
我们目前使用的 Pyhton 版本是 Python 2.7。
我们目前使用的 Python 版本是 Python 2.7。
C++ 代码中用到了许多 Chromium 中的接口和数据类型所以希望你能熟悉它们。Chromium 中的[重要接口和数据结构](https://www.chromium.org/developers/coding-style/important-abstractions-and-data-structures)就是一篇不错的入门文档,里面提到了一些特殊类型、域内类型(退出作用域时自动释放内存)、日志机制,等等。