Skip to content

Commit d3e0fc3

Browse files
authored
Improve punctuation and formatting in README
Enhanced punctuation and formatting in the README. These changes enhance the document’s clarity and maintain a uniform structure.
1 parent 9fb51b4 commit d3e0fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ We want your work to be readable by others; therefore, we encourage you to note
159159
starting_value = int(input("Please enter a starting value: ").strip())
160160
```
161161

162-
The use of [Python type hints](https://docs.python.org/3/library/typing.html) is encouraged for function parameters and return values. Our automated testing will run [mypy](http://mypy-lang.org) so run that locally before making your submission.
162+
The use of [Python type hints](https://docs.python.org/3/library/typing.html) is encouraged for function parameters and return values. Our automated testing will run [mypy](http://mypy-lang.org) so run that locally before making your submission:
163163

164164
```python
165165
def sum_ab(a: int, b: int) -> int:

0 commit comments

Comments
 (0)