Update README.md

This commit is contained in:
Alastair Mooney 2024-09-24 16:09:26 +01:00 committed by GitHub
parent 870669e44e
commit 77965e69fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ Here's an example for Python creating an issue named after the TODO _description
```python ```python
def hello_world(): def hello_world():
# TODO Come up with a more imaginative greeting # TODO: Come up with a more imaginative greeting
print('Hello world!') print('Hello world!')
``` ```