Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ffaca4

Browse files
authored
Update tests/test_magic.py
1 parent dbbcf8f commit 6ffaca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_magic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def doctest_hist_f():
200200
201201
In [9]: import tempfile
202202
203-
In [10]: tfile = tempfile.mkstemp('.py','tmp-ipython-')
203+
In [10]: _fd, tfile = tempfile.mkstemp('.py','tmp-ipython-')
204204
205205
In [11]: %hist -nl -f $tfile 3
206206

0 commit comments

Comments
 (0)