Skip to content

Commit c487ad5

Browse files
authored
Merge pull request #132 from mtezzele/read
fix readme
2 parents da21933 + 34d88e9 commit c487ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ just a few small guidelines you need to follow.
219219
separate branches in order to ensure that a pull request only includes the
220220
commits related to that bug or feature.
221221

222-
3. To ensure properly formatted code, please make sure to use a tab of 4
222+
3. To ensure properly formatted code, please make sure to use 4
223223
spaces to indent the code. The easy way is to run on your bash the provided
224224
script: ./code_formatter.sh. You should also run [pylint][] over your code.
225225
It's not strictly necessary that your code be completely "lint-free",

0 commit comments

Comments
 (0)