Skip to content

Commit f3ebe8e

Browse files
author
MarcoGorelli
committed
typos
1 parent a911138 commit f3ebe8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/pandas/pdeps/0005-no-default-index-mode.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -347,14 +347,14 @@ accepted. For example, ``NoRowIndex`` would not necessarily need to subclass
347347

348348
## Reasons for withdrawal
349349

350-
After some discussions, it has become clear there is not enough for support for the proposal in its current state.
350+
After some discussions, it has become clear there is not enough for support for the proposal in its current state.
351351
In short, it would add too much complexity to justify the potential benefits. It would unacceptably increase
352352
the maintenance burden, the testing requirements, and the benefits would be minimal.
353353

354354
Concretely:
355-
- maintenace burden: it would not be possible to handle all the complexity within the ``NoRowIndex`` class itself, some
355+
- maintenance burden: it would not be possible to handle all the complexity within the ``NoRowIndex`` class itself, some
356356
extra logic would need to go into the pandas core codebase, which is already very complex and hard to maintain;
357-
- the testing burden would be too high. Propertly testing this would mean almost doubling the size of the test suite.
357+
- the testing burden would be too high. Properly testing this would mean almost doubling the size of the test suite.
358358
Coverage for options already is not great: for example [this issue](https://github.com/pandas-dev/pandas/issues/49732)
359359
was caused by a PR which passed CI, but CI did not (and still does not) cover that option (plotting backends);
360360
- it will not benefit users, as users do not tend to use nor discover options which are not the default.

0 commit comments

Comments
 (0)