From 299c0a39250e91e3a5cc6ece969e8c773a4bb1cf Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 21 May 2017 15:58:03 +0300 Subject: [PATCH] CODECONVENTIONS: Typo fix. --- CODECONVENTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODECONVENTIONS.md b/CODECONVENTIONS.md index fa90940cc..7ab920806 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 =======================