Skip to content

Commit

Permalink
Fixes two typos in whatsnew v8 (#14290)
Browse files Browse the repository at this point in the history
- makes the capitalization consistent within the paragraph.
- removes an unnecessary word
  • Loading branch information
Carreau committed Jan 14, 2024
2 parents 001109a + ecfbcad commit 0cfa5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/whatsnew/version8.rst
Expand Up @@ -346,7 +346,7 @@ SPEC 0 and SPEC 4
You've heard about the NEPs, (NumPy enhancement Proposal), having a NEP for something non-numpy specific was sometime confusing.
Long live the `SPECs <https://scientific-python.org/specs/>`_.

We are now trying to follow SPEC 0 (aka old NEP 29) for of support of upstream libraries.
We are now trying to follow SPEC 0 (aka old NEP 29) for support of upstream libraries.

We also now try to follow SPEC 4 (test and publish nightly on a centralized nightly repository).
We encourage you to do so as well in order to report breakage, and contribute to the SPEC process !
Expand All @@ -356,7 +356,7 @@ Python 3.12 compatibility ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Python 3.12 changed its tokenizer to have better support for f-strings and allow arbitrary expression.
This is a great new feature and performance improvement in python 3.12.
This is a great new feature and performance improvement in Python 3.12.

Unfortunately this means the new tokenizer does not support incomplete or invalid Python which will
break many features of IPython. Thus compatibility of IPython with Python 3.12 is not guarantied.
Expand Down

0 comments on commit 0cfa5ab

Please sign in to comment.