Skip to content

Commit fad4221

Browse files
authored
Fix example for just_the_buzz (#3914)
1 parent 085aeb1 commit fad4221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/conditionals/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ def just_the_buzz(number):
141141
>>> just_the_buzz(15)
142142
'Buzz!'
143143

144-
>>> just_the_buzz(10)
145-
'10'
144+
>>> just_the_buzz(7)
145+
'7'
146146
```
147147

148148
## Truthy and Falsy

0 commit comments

Comments
 (0)