Fixing minor typo in basics.rst (#1984)

This commit is contained in:
Erick Matsen
2019-11-14 08:54:46 +01:00
committed by Wenzel Jakob
parent 6f11347a30
commit b32b762c60
+1 -1
View File
@@ -164,7 +164,7 @@ load and execute the example:
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).
.. code-block:: cpp