diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-05-21 15:58:03 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-05-21 15:58:03 +0300 |
commit | 299c0a39250e91e3a5cc6ece969e8c773a4bb1cf (patch) | |
tree | b6ecdc3714ae6033f607e6b0cb80b93367cb8f0f | |
parent | 3ebd67fc099161b43b61fd18e8e98b8274ebe9b4 (diff) | |
download | micropython-299c0a39250e91e3a5cc6ece969e8c773a4bb1cf.tar.gz micropython-299c0a39250e91e3a5cc6ece969e8c773a4bb1cf.zip |
CODECONVENTIONS: Typo fix.
-rw-r--r-- | CODECONVENTIONS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CODECONVENTIONS.md b/CODECONVENTIONS.md index fa90940cc4..7ab920806d 100644 --- a/CODECONVENTIONS.md +++ b/CODECONVENTIONS.md @@ -24,7 +24,7 @@ a change in a detail, if needed. Any change beyond 5 lines would likely require such detailed description. To get good practical examples of good commits and their messages, browse -thry the `git log` of the project. +the `git log` of the project. Python code conventions ======================= |