Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfreddii <freddii@users.noreply.github.com>2021-01-26 22:08:11 +0300
committerfreddii <freddii@users.noreply.github.com>2021-01-26 22:08:11 +0300
commitf482db0c7bf05693d50f8b510ace7a024d41aaca (patch)
tree8684b22825efffcf5340ba53f42088e8ab880f17 /README.cleanup
parent4f0d7d254d5d808ce1899cd94059a0f440891768 (diff)
fixed typos
Diffstat (limited to 'README.cleanup')
-rw-r--r--README.cleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.cleanup b/README.cleanup
index 0f9d8db..0e91061 100644
--- a/README.cleanup
+++ b/README.cleanup
@@ -23,7 +23,7 @@ sed -e "s/\(\w\)==\((\)/\1 == \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\()\)==\(\w\)/\1 == \2/g" -i *.py printrun/*.py printrun/*/*.py
sed -e "s/\()\)==\((\)/\1 == \2/g" -i *.py printrun/*.py printrun/*/*.py
-Obviously this is not a perfect solution, it WILL break the code. Juste check the diff and fix what's wrong before commiting.
+Obviously this is not a perfect solution, it WILL break the code. Juste check the diff and fix what's wrong before committing.
Flake8 checking:
Flake8 can be used to check the coding style of the project.