diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-07-01 21:15:43 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-07-01 21:15:43 +0300 |
commit | 50eea2614510b87031fed60bdab40e5b878fef70 (patch) | |
tree | 6974770912c7b1a17c88707fee4340ab8cd013ac | |
parent | f585526c8013963b0a8ee980bb818d50b16923d6 (diff) | |
download | micropython-50eea2614510b87031fed60bdab40e5b878fef70.tar.gz micropython-50eea2614510b87031fed60bdab40e5b878fef70.zip |
docs/differences/index_template: Use consistent heading casing.
And in our case, "consistent" is where each word in the heading is *not*
capitalized.
-rw-r--r-- | docs/differences/index_template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/differences/index_template.txt b/docs/differences/index_template.txt index 6ade2c2dab..772a7104a2 100644 --- a/docs/differences/index_template.txt +++ b/docs/differences/index_template.txt @@ -1,4 +1,4 @@ -MicroPython Differences from CPython +MicroPython differences from CPython ==================================== The operations listed in this section produce conflicting results in MicroPython when compared to standard Python. |