Kaydet (Commit) 16e6f4c3 authored tarafından Éric Araujo's avatar Éric Araujo

Fix a typo (see #3080)

üst 6ae1e7f0
...@@ -112,7 +112,7 @@ Importing Modules ...@@ -112,7 +112,7 @@ Importing Modules
.. c:function:: PyObject* PyImport_AddModule(const char *name) .. c:function:: PyObject* PyImport_AddModule(const char *name)
Similar to :c:func:`PyImport_AddModuleObject`, but the name is an UTF-8 Similar to :c:func:`PyImport_AddModuleObject`, but the name is a UTF-8
encoded string instead of a Unicode object. encoded string instead of a Unicode object.
...@@ -237,7 +237,7 @@ Importing Modules ...@@ -237,7 +237,7 @@ Importing Modules
.. c:function:: int PyImport_ImportFrozenModule(char *name) .. c:function:: int PyImport_ImportFrozenModule(char *name)
Similar to :c:func:`PyImport_ImportFrozenModuleObject`, but the name is an Similar to :c:func:`PyImport_ImportFrozenModuleObject`, but the name is a
UTF-8 encoded string instead of a Unicode object. UTF-8 encoded string instead of a Unicode object.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment