Skip to content

docs: fix incorrect parameter description in load_data_json#3053

Open
Rbimochan wants to merge 1 commit into
speechbrain:developfrom
Rbimochan:fix-json-docstring
Open

docs: fix incorrect parameter description in load_data_json#3053
Rbimochan wants to merge 1 commit into
speechbrain:developfrom
Rbimochan:fix-json-docstring

Conversation

@Rbimochan
Copy link
Copy Markdown

Summary

Fixes a small docstring typo in load_data_json.

The json_path parameter description incorrectly referred to a CSV file instead of a JSON file.

Changes

  • Updated:

    • Path to CSV file.
    • Path to the JSON file.

Notes

  • Documentation-only change
  • No runtime behavior modified
  • No unrelated files changed

Copilot AI review requested due to automatic review settings May 8, 2026 03:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects the load_data_json docstring in speechbrain.dataio.dataio so the json_path parameter description accurately refers to a JSON file (not a CSV), improving API documentation clarity.

Changes:

  • Updated the json_path parameter description in load_data_json from “Path to CSV file.” to “Path to the JSON file.”

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants