From ac041eeeb07cefc1c785497b2f13516ee8ca164f Mon Sep 17 00:00:00 2001 From: Savannah Date: Mon, 27 Nov 2023 12:02:15 -0500 Subject: [PATCH] update hll to include example ID the example ID line was forgotten, meaning this is not displayed on the site. update to fix --- doctests/dt_hll.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doctests/dt_hll.py b/doctests/dt_hll.py index aedf8540fa..4d57fac610 100644 --- a/doctests/dt_hll.py +++ b/doctests/dt_hll.py @@ -1,3 +1,4 @@ +# # EXAMPLE: hll_tutorial import redis # HIDE_START