Skip to content

DOC fix parameter name in CoordinateTransform.reverse docstring#11433

Open
eeshsaxena wants to merge 1 commit into
pydata:mainfrom
eeshsaxena:fix/docstring-param-names
Open

DOC fix parameter name in CoordinateTransform.reverse docstring#11433
eeshsaxena wants to merge 1 commit into
pydata:mainfrom
eeshsaxena:fix/docstring-param-names

Conversation

@eeshsaxena

Copy link
Copy Markdown

The reverse method of CoordinateTransform documents parameter labels but the actual signature uses coord_labels:

def reverse(self, coord_labels: dict[Hashable, Any]) -> dict[str, Any]:
    """
    labels : dict   # <-- wrong: should be coord_labels
    """

One-line docstring fix.

labels -> coord_labels to match actual function signature
@welcome

welcome Bot commented Jul 3, 2026

Copy link
Copy Markdown

Thank you for opening this pull request! It may take us a few days to respond here, so thank you for being patient.
If you have questions, some answers may be found in our contributing guidelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant