File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1228,6 +1228,7 @@ Hidden doctest adds bundled macros for REPL-consistent behavior.
12281228
12291229;; Less commonly used in Python, but especially useful in Lissp.
12301230(alias bn builtins.)
1231+ (alias cxl contextlib.)
12311232(alias cxv contextvars.)
12321233(alias fi fileinput.)
12331234(alias imp importlib.)
@@ -3293,7 +3294,7 @@ Hidden doctest adds bundled macros for REPL-consistent behavior.
32933294 ;; --------------
32943295 ;; .. code-block:: REPL
32953296 ;;
3296- ;; #> :@##contextlib.. contextmanager
3297+ ;; #> :@##cxl# contextmanager
32973298 ;; #..(defun wrap (msg)
32983299 ;; #.. (print "enter" msg)
32993300 ;; #.. (Ensue (lambda (step)
@@ -3382,7 +3383,7 @@ Hidden doctest adds bundled macros for REPL-consistent behavior.
33823383 ;; exit A
33833384 ;;
33843385 ;; #> (define suppress-zde
3385- ;; #.. (contextlib.. contextmanager
3386+ ;; #.. (cxl# contextmanager
33863387 ;; #.. (lambda :
33873388 ;; #.. (Ensue (lambda (step)
33883389 ;; #.. (attach step :
You can’t perform that action at this time.
0 commit comments