##// END OF EJS Templates
typo -> "a number of advantages"
David Bradway -
Show More
@@ -100,7 +100,7 b' automatically upgrade to the latest version compatible with your system.'
100 install an earlier version: ``pip install 'ipython<6'``
100 install an earlier version: ``pip install 'ipython<6'``
101
101
102 The ability to use only Python 3 on the code base of IPython brings a number
102 The ability to use only Python 3 on the code base of IPython brings a number
103 of advantage. Most of the newly written code make use of `optional function type
103 of advantages. Most of the newly written code make use of `optional function type
104 annotation <https://www.python.org/dev/peps/pep-0484/>`_ leading to clearer code
104 annotation <https://www.python.org/dev/peps/pep-0484/>`_ leading to clearer code
105 and better documentation.
105 and better documentation.
106
106
General Comments 0
You need to be logged in to leave comments. Login now