Skip to content

Commit 9d1b466

Browse files
authored
Fix minor typo
1 parent d7862e9 commit 9d1b466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/init_config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,9 @@ Configuration Options
544544
545545
Visibility:
546546
547-
* Public: Can by get by :c:func:`PyConfig_Get` and set by
547+
* Public: Can be get by :c:func:`PyConfig_Get` and set by
548548
:c:func:`PyConfig_Set`.
549-
* Read-only: Can by get by :c:func:`PyConfig_Get`, but cannot be set by
549+
* Read-only: Can be get by :c:func:`PyConfig_Get`, but cannot be set by
550550
:c:func:`PyConfig_Set`.
551551
552552

0 commit comments

Comments
 (0)