From d640aaf994ca88ef760d7a101419c7cafeb5ea57 Mon Sep 17 00:00:00 2001 From: gilch Date: Wed, 2 Oct 2024 23:30:06 -0600 Subject: [PATCH] Elide minor doctest inconsistency Different repr, but essentially the same answer on the GitHub workflow runner --- docs/lissp_whirlwind_tour.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lissp_whirlwind_tour.rst b/docs/lissp_whirlwind_tour.rst index e4e3abc0..988f8ffc 100644 --- a/docs/lissp_whirlwind_tour.rst +++ b/docs/lissp_whirlwind_tour.rst @@ -328,11 +328,11 @@ Lissp Whirlwind Tour #> |math.| >>> __import__('math') - + #> math. ;symbol token (module handle) >>> __import__('math') - + #> math..tau ;symbol token (fully-qualified identifier) >>> __import__('math').tau