Skip to content

Update __init__.pyi#13634

Merged
JelleZijlstra merged 1 commit intopython:mainfrom
aldonadi:fix-typo-rpi-gpio-pwm-changefrequency
Mar 17, 2025
Merged

Update __init__.pyi#13634
JelleZijlstra merged 1 commit intopython:mainfrom
aldonadi:fix-typo-rpi-gpio-pwm-changefrequency

Conversation

@aldonadi
Copy link
Copy Markdown
Contributor

@aldonadi aldonadi commented Mar 17, 2025

Fix typo in name of ChangeFrequency method for RPi.GPIO PWM class; fixes #13633

Fix typo in name of `ChangeFrequency` method
@github-actions
Copy link
Copy Markdown
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Copy Markdown
Member

@JelleZijlstra JelleZijlstra left a comment

Choose a reason for hiding this comment

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

Thanks!

For future reference, it's not necessary on this repo to open an issue for simple fixes such as this; just submit a PR and it's enough. (Some other repos might want an issue for any change; customs differ.)

@JelleZijlstra JelleZijlstra merged commit d573034 into python:main Mar 17, 2025
43 checks passed
mmingyu pushed a commit to mmingyu/typeshed that referenced this pull request May 16, 2025
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.

Typo exists in RPi.GPIO stub file for method name ("ChangeFrequence" should be "ChangeFrequency")

2 participants