mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +00:00
Update CONTRIBUTING.md (#1059)
This commit is contained in:
parent
0f09530707
commit
b35f5d971b
|
@ -69,7 +69,7 @@ We want your work to be readable by others; therefore, we encourage you to note
|
||||||
"""
|
"""
|
||||||
This function sums two integers a and b
|
This function sums two integers a and b
|
||||||
Return: a + b
|
Return: a + b
|
||||||
"""
|
"""
|
||||||
return a + b
|
return a + b
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user