From 2a87e0f74292bc0ef2e9f0fcfdd4316ad20b4ab8 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Mon, 15 May 2017 08:09:59 -0600 Subject: [PATCH] Correct typo (https://github.com/oracle/python-cx_Oracle/issues/24). --- doc/src/cursor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/cursor.rst b/doc/src/cursor.rst index 85ca91c..3e6f09f 100644 --- a/doc/src/cursor.rst +++ b/doc/src/cursor.rst @@ -87,7 +87,7 @@ Cursor Object refers to the return value of the function. -.. method:: Cursor.callproc(name, parameters=[], keyewordParameters={}) +.. method:: Cursor.callproc(name, parameters=[], keywordParameters={}) Call a procedure with the given name. The sequence of parameters must contain one entry for each argument that the procedure expects. The result