From ef10673c5a6451982e1ecf6b75efc4b0cc6b3f89 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Tue, 7 Jul 2020 19:09:18 +0200 Subject: [PATCH] Doc typo fix --- islpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islpy/__init__.py b/islpy/__init__.py index 49a72a7..4d1e22b 100644 --- a/islpy/__init__.py +++ b/islpy/__init__.py @@ -332,7 +332,7 @@ def _add_functionality(): :param set_: names of `set`-type variables. :param in_: names of `in`-type variables. :param out: names of `out`-type variables. - :param params`: names of parameter-type variables. + :param params: names of parameter-type variables. """ dt = dim_type -- GitLab