Skip to content

Commit 75486c1

Browse files
BethanyGYrahcaz7
andauthored
Update concepts/none/introduction.md
Co-authored-by: Yrahcaz <74512479+Yrahcaz7@users.noreply.github.com>
1 parent 908c444 commit 75486c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concepts/none/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def add_to_todos(new_task, todo_list=None):
2424
return todo_list
2525
```
2626

27-
`None` will evaluate to `False` when used in a conditional check, so it is useful for validating the "presence of" or "absence of" a value - _any_ value — a pattern frequently used when a function or process might hand back an `error`, `object`, or message.
27+
`None` will evaluate to `False` when used in a conditional check, so it is useful for validating the "presence of" or "absence of" a value _any_ value — a pattern frequently used when a function or process might hand back an `error`, `object`, or message.
2828

2929
```python
3030
a = None

0 commit comments

Comments
 (0)