From 0359cd64c7fe14dcc84abb5701714692e5bac410 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Mon, 15 Jul 2019 15:50:22 -0700 Subject: [PATCH] Very minor docs change. --- joy/library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joy/library.py b/joy/library.py index 61fd462..eb911bb 100644 --- a/joy/library.py +++ b/joy/library.py @@ -990,7 +990,7 @@ def dupdip(stack, expression, dictionary): def infra(stack, expression, dictionary): ''' Accept a quoted program and a list on the stack and run the program - with the list as its stack. + with the list as its stack. Does not affect the rest of the stack. :: ... [a b c] [Q] . infra