Fixing minor typo in basics.rst (#1984)

This commit is contained in:
Erick Matsen 2019-11-13 23:53:30 -08:00 committed by Wenzel Jakob
parent 6f11347a30
commit b32b762c60

View File

@ -164,7 +164,7 @@ load and execute the example:
Keyword arguments Keyword arguments
================= =================
With a simple modification code, it is possible to inform Python about the With a simple code modification, it is possible to inform Python about the
names of the arguments ("i" and "j" in this case). names of the arguments ("i" and "j" in this case).
.. code-block:: cpp .. code-block:: cpp