Skip to content

Commit fefa5b0

Browse files
committed
2 parents bca3d25 + 7c97cb3 commit fefa5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-numpy-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def hello(name, loud=False):
388388
print 'Hello, %s!' % name
389389

390390
hello('Bob') # Prints "Hello, Bob"
391-
hello('Fred', loud=True) # Prints "HELLO, BOB!"
391+
hello('Fred', loud=True) # Prints "HELLO, FRED!"
392392
```
393393
There is a lot more information about Python classes
394394
[in the documentation](https://docs.python.org/2/tutorial/controlflow.html#defining-functions).

0 commit comments

Comments
 (0)