Fix typos in Sound API documentation #2769#2772
Merged
pushfoo merged 1 commit intopythonarcade:developmentfrom Oct 2, 2025
Merged
Fix typos in Sound API documentation #2769#2772pushfoo merged 1 commit intopythonarcade:developmentfrom
pushfoo merged 1 commit intopythonarcade:developmentfrom
Conversation
Member
|
CI failure's unrelated to the changes. I'm looking into it. |
Contributor
Author
|
The same happened for me it was because of click latest version and make.py when i installed old stable version it worked |
Member
|
Did click make breaking changes in a minor version or something? We're pinning a specific typer version so this is a little unexpected: Line 61 in c110a4d |
Contributor
Author
This was referenced Oct 2, 2025
pushfoo
approved these changes
Oct 2, 2025
Member
pushfoo
left a comment
There was a problem hiding this comment.
Ty for both the PR and helping investigate the CI issue. I've merged a fix into development and I'm merging this in too. Are you on the Discord? There's a contributor role we can give you there.
Contributor
Author
|
Yes, I have already joined in the python arcade discord server. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corrects small ReST role typos in the Sound API docstrings that caused broken output in the generated docs.
This is a documentation-only change and does not alter runtime behaviour.
Related issue
Fixes: #2769