Skip to content

Comments

Docs: Fix minor typo in c-api/init_config.rst#141517

Closed
rffontenelle wants to merge 1 commit intopython:mainfrom
rffontenelle:patch-12
Closed

Docs: Fix minor typo in c-api/init_config.rst#141517
rffontenelle wants to merge 1 commit intopython:mainfrom
rffontenelle:patch-12

Conversation

@rffontenelle
Copy link
Contributor

@rffontenelle rffontenelle commented Nov 13, 2025

Can by get -> Can be get


📚 Documentation preview 📚: https://cpython-previews--141517.org.readthedocs.build/

@rffontenelle rffontenelle requested a review from FFY00 as a code owner November 13, 2025 16:22
@bedevere-app bedevere-app bot added awaiting review docs Documentation in the Doc dir skip news labels Nov 13, 2025
@github-project-automation github-project-automation bot moved this to Todo in Docs PRs Nov 13, 2025
@StanFromIreland StanFromIreland changed the title Fix minor typo in c-api/init_config.rst Docs: Fix minor typo in c-api/init_config.rst Nov 13, 2025
Comment on lines +547 to +549
* Public: Can be get by :c:func:`PyConfig_Get` and set by
:c:func:`PyConfig_Set`.
* Read-only: Can by get by :c:func:`PyConfig_Get`, but cannot be set by
* Read-only: Can be get by :c:func:`PyConfig_Get`, but cannot be set by
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps "get with" and "set with"?

Suggested change
* Public: Can be get by :c:func:`PyConfig_Get` and set by
:c:func:`PyConfig_Set`.
* Read-only: Can by get by :c:func:`PyConfig_Get`, but cannot be set by
* Read-only: Can be get by :c:func:`PyConfig_Get`, but cannot be set by
* Public: Can get with :c:func:`PyConfig_Get` and set with
:c:func:`PyConfig_Set`.
* Read-only: Can get with :c:func:`PyConfig_Get`, but cannot be set with

@hugovk hugovk added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Nov 22, 2025
@StanFromIreland
Copy link
Member

Fixed by 3718f4b

@StanFromIreland StanFromIreland removed needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

3 participants