Fix example for just_the_buzz (#3914)
This commit is contained in:
@@ -141,8 +141,8 @@ def just_the_buzz(number):
|
||||
>>> just_the_buzz(15)
|
||||
'Buzz!'
|
||||
|
||||
>>> just_the_buzz(10)
|
||||
'10'
|
||||
>>> just_the_buzz(7)
|
||||
'7'
|
||||
```
|
||||
|
||||
## Truthy and Falsy
|
||||
|
||||
Reference in New Issue
Block a user