Skip to content

Commit c45f18a

Browse files
authored
Fix missing comma in np2 post (#220)
1 parent 8e3adec commit c45f18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/numpy/numpy2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ would be (temporarily) disruptive, because of the backwards-incompatible API and
108108
ABI changes. We spent an extraordinary amount of effort communicating these
109109
changes, helping downstream projects adapt, tracking compatibility of popular
110110
open source projects (see, e.g.,
111-
[numpy#26191](https://github.com/numpy/numpy/issues/26191), and completing the
111+
[numpy#26191](https://github.com/numpy/numpy/issues/26191)), and completing the
112112
release process at limited pace to provide time for adoption. No
113113
doubt, the next few weeks will bring to light some new challenges, however we fully expect these
114114
to be manageable and well worth it in the long run.

0 commit comments

Comments
 (0)