Kaydet (Commit) c2aad8ad authored tarafından Georg Brandl's avatar Georg Brandl

Fix wrong markup.

üst a25658b7
...@@ -513,8 +513,8 @@ to be passed by value. This is also known as *passing parameters by reference*. ...@@ -513,8 +513,8 @@ to be passed by value. This is also known as *passing parameters by reference*.
:mod:`ctypes` exports the :func:`byref` function which is used to pass :mod:`ctypes` exports the :func:`byref` function which is used to pass
parameters by reference. The same effect can be achieved with the parameters by reference. The same effect can be achieved with the
:cfunc:`pointer` function, although :cfunc:`pointer` does a lot more work since :func:`pointer` function, although :func:`pointer` does a lot more work since it
it constructs a real pointer object, so it is faster to use :func:`byref` if you constructs a real pointer object, so it is faster to use :func:`byref` if you
don't need the pointer object in Python itself:: don't need the pointer object in Python itself::
>>> i = c_int() >>> i = c_int()
......
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