Skip to content

Commit 38bbba5

Browse files
committed
Remove extra space
1 parent 0cb2c10 commit 38bbba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/extension-modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ For non-ASCII module names, use :samp:`PyInitU_{<name>}` instead, with
209209
with underscores).
210210

211211
If a module exports both :samp:`PyInit_{<name>}` and
212-
:samp:`PyModExport_{<name>}`, the :samp:`PyInit_{<name>}` function
212+
:samp:`PyModExport_{<name>}`, the :samp:`PyInit_{<name>}` function
213213
is ignored.
214214

215215
Like with :c:macro:`PyMODEXPORT_FUNC`, it is recommended to define the

0 commit comments

Comments
 (0)