Skip to content

Commit e551004

Browse files
author
forgithub0001
authored
Update CONTRIBUTING.md (TheAlgorithms#3223)
1 parent 69f9283 commit e551004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Algorithms in this repo should not be how-to examples for existing Python packag
5353

5454
We want your work to be readable by others; therefore, we encourage you to note the following:
5555

56-
- Please write in Python 3.7+. __print()__ is a function in Python 3 so __print "Hello"__ will _not_ work but __print("Hello")__ will.
56+
- Please write in Python 3.7+. For instance: __print()__ is a function in Python 3 so __print "Hello"__ will _not_ work but __print("Hello")__ will.
5757
- Please focus hard on naming of functions, classes, and variables. Help your reader by using __descriptive names__ that can help you to remove redundant comments.
5858
- Single letter variable names are _old school_ so please avoid them unless their life only spans a few lines.
5959
- Expand acronyms because __gcd()__ is hard to understand but __greatest_common_divisor()__ is not.

0 commit comments

Comments
 (0)