From 411244b7d514af480345bec387cd8f1d3f359085 Mon Sep 17 00:00:00 2001 From: Christopher Rink Date: Tue, 31 Mar 2020 22:06:45 -0400 Subject: [PATCH] Doc fix --- docs/pyinterop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyinterop.rst b/docs/pyinterop.rst index cd0a174c..d0811262 100644 --- a/docs/pyinterop.rst +++ b/docs/pyinterop.rst @@ -186,7 +186,7 @@ As you can see in the example above, this strategy fits neatly with the existing .. warning:: - With the ``:apply`` strategy, the Basilisp compiler cannot verify that the number of positional arguments matches the number defined on the receiving function. + With the ``:apply`` strategy, the Basilisp compiler cannot verify that the number of positional arguments matches the number defined on the receiving function, so use this strategy with caution. .. code-block:: clojure