Fix IPython spelling in pep 485 (#570)

This commit is contained in:
Matthias Bussonnier 2018-02-06 14:01:16 -08:00 committed by Mariatta
parent a5f87a7b82
commit 6134fd36c0
1 changed files with 1 additions and 1 deletions

View File

@ -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.