Fix IPython spelling in pep 485 (#570)
This commit is contained in:
parent
a5f87a7b82
commit
6134fd36c0
|
@ -463,7 +463,7 @@ Expected Uses
|
|||
The primary expected use case is various forms of testing -- "are the
|
||||
results computed near what I expect as a result?" This sort of test
|
||||
may or may not be part of a formal unit testing suite. Such testing
|
||||
could be used one-off at the command line, in an iPython notebook,
|
||||
could be used one-off at the command line, in an IPython notebook,
|
||||
part of doctests, or simple asserts in an ``if __name__ == "__main__"``
|
||||
block.
|
||||
|
||||
|
|
Loading…
Reference in New Issue