commit | b32b762c60c0325fe5b3577de3061ba3ed893605 | [log] [tgz] |
---|---|---|
author | Erick Matsen <ematsen@gmail.com> | Wed Nov 13 23:53:30 2019 -0800 |
committer | Wenzel Jakob <wenzel.jakob@epfl.ch> | Thu Nov 14 08:54:46 2019 +0100 |
tree | 60ea8a52a35626f20b51e9498601dbab16137aa6 | |
parent | 6f11347a3077fd859153967bcea4b82a418beb1b [diff] [blame] |
Fixing minor typo in basics.rst (#1984)
diff --git a/docs/basics.rst b/docs/basics.rst index 447250e..7bf4d42 100644 --- a/docs/basics.rst +++ b/docs/basics.rst
@@ -164,7 +164,7 @@ 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