MAINT: Fix a few typos - and sometimes improve wording#27376
Conversation
|
Thanks @DimitriPapadopoulos . |
| #ifndef @P@_CPU_DISPATCHER_CONF_H_ | ||
| #define @P@_CPU_DISPATCHER_CONF_H_ | ||
| /// This definition is required to provides comptablity with NumPy distutils | ||
| /// This definition is required to provide comptibility with NumPy distutils |
There was a problem hiding this comment.
Hmm, I think this is still wrong. Missed it.
There was a problem hiding this comment.
Ooops... I will run codespell again at some point, it should catch this typo.
|
numpy/_core/src/multiarray/buffer.c I presume + * Implementing PEP 3118 is somewhat convoluted because of the priorities:- * Implementing PEP 3118 is somewhat convoluted because of the desirata:
+ * Implementing PEP 3118 is somewhat convoluted because of the requirements:numpy/lib/__init__.py I presume the implemented replacement line is a better fit than the ticket's more verbose suggestion. + # Warn for deprecated/removed aliases, now private and nonexistent attributes- # Warn for reprecated attributes
+ # Warn for deprecated/removed aliasesthis is only for my records doc/release/upcoming_changes/27156.change.rst In this pull a typo was caught in each of the above files which the work on the linked to ticket had overlooked. |
|

Additional fixes from #27336 not in #27344.