8000 Address leftover renaming away from `__dataframe_standard__` (#217) · stinodego/dataframe-api@59aa038 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59aa038

Browse files
authored
Address leftover renaming away from __dataframe_standard__ (data-apis#217)
1 parent 03378d1 commit 59aa038

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/purpose_and_scope.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,12 +369,12 @@ For example, pandas would have ``pandas.DataFrame.__dataframe_consortium_standar
369369

370370
The signatures should be (note: docstring is optional):
371371
```python
372-
def __dataframe_standard__(
373-
self, /, *, api_version: str | None = None
372+
def __dataframe_consortium_standard__(
373+
self, *, api_version: str | None = None
374374
) -> Any:
375375

376-
def __column_standard__(
377-
self, /, *, api_version: str | None = None
376+
def __column_consortium_standard__(
377+
self, *, api_version: str | None = None
378378
) -> Any:
379379
```
380380
`api_version` is

0 commit comments

Comments
 (0)
0