Skip to content

Commit

Permalink
Elide minor doctest inconsistency
Browse files Browse the repository at this point in the history
Different repr, but essentially the same answer on the GitHub workflow runner
  • Loading branch information
gilch committed Oct 3, 2024
1 parent b92235d commit d640aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lissp_whirlwind_tour.rst
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,11 @@ Lissp Whirlwind Tour

#> |math.|
>>> __import__('math')
<module 'math' (built-in)>
<module 'math' ...>

#> math. ;symbol token (module handle)
>>> __import__('math')
<module 'math' (built-in)>
<module 'math' ...>

#> math..tau ;symbol token (fully-qualified identifier)
>>> __import__('math').tau
Expand Down

0 comments on commit d640aaf

Please sign in to comment.