Update CONTRIBUTING.md (#1059)

This commit is contained in:
John Law 2019-07-21 00:40:00 +08:00 committed by Christian Clauss
parent 0f09530707
commit b35f5d971b

View File

@ -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
Return: a + b
"""
"""
return a + b
```