Skip to content

[BUG] Fix typos in APIDataset docstring#368

Open
rupeshca007 wants to merge 1 commit intogc-os-ai:mainfrom
rupeshca007:doc/fix-api-dataset-docstring
Open

[BUG] Fix typos in APIDataset docstring#368
rupeshca007 wants to merge 1 commit intogc-os-ai:mainfrom
rupeshca007:doc/fix-api-dataset-docstring

Conversation

@rupeshca007
Copy link
Copy Markdown

Title: [DOC] Fix typos in APIDataset docstring


Reference Issues/PRs

Fixes #367

What does this implement/fix? Explain your changes.

Fixes multiple typos and documentation errors in the APIDataset._prepare_data method docstring located in pyaptamer/datasets/dataclasses/_api.py.

Specifically:

  • Fixed "numericla""numerical"
  • Fixed "Laabels""Labels"
  • Fixed the split parameter type annotation from boolstr, and updated its description to reflect the "train" / "test" string values rather than True / False.

Changes

Files changed: pyaptamer/datasets/dataclasses/_api.py (4 lines modified)

Any other comments?

  • Documentation-only change (no logic or test changes needed)
  • Verified the docstring renders correctly with numpydoc format
  • No new dependencies or breaking changes

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.

[BUG] Multiple typos in APIDataset docstring

1 participant