summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/environs/py_logout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/environs/py_logout.c b/python/environs/py_logout.c
index 92381d8d..992d7e22 100644
--- a/python/environs/py_logout.c
+++ b/python/environs/py_logout.c
@@ -86,7 +86,7 @@ PyObject *logout_new(PyObject *self, PyObject *args) {
if (CheckArgs(args, "OI:logout_new")) {
if(!PyArg_ParseTuple(args, (char *) "Oi:logout_new",
- &server_obj, &provider_type))
+ &server_obj, &provider_type))
return NULL;
}
else return NULL;