From b32b762c60c0325fe5b3577de3061ba3ed893605 Mon Sep 17 00:00:00 2001 From: Erick Matsen Date: Wed, 13 Nov 2019 23:53:30 -0800 Subject: [PATCH] Fixing minor typo in basics.rst (#1984) --- docs/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics.rst b/docs/basics.rst index 447250ed9..7bf4d426d 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -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