Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/c-api/init_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,9 @@ Configuration Options

Visibility:

* Public: Can by get by :c:func:`PyConfig_Get` and set by
* 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
Comment on lines +547 to +549
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

:c:func:`PyConfig_Set`.


Expand Down
Loading