From e273eb22a5942a31047b882fdd1fce51e3fabe4a Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 24 Sep 2021 18:30:53 -0700 Subject: [PATCH] Change hash header. --- voussoirkit/interactive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voussoirkit/interactive.py b/voussoirkit/interactive.py index d5c09a1..9731ba7 100644 --- a/voussoirkit/interactive.py +++ b/voussoirkit/interactive.py @@ -4,7 +4,7 @@ This module provides functions for interactive command line UIs. from voussoirkit import pipeable #################################################################################################### -## ABC_CHOOSER ##################################################################################### +# ABC_CHOOSER ###################################################################################### #################################################################################################### def _abc_make_option_letters(options): @@ -85,7 +85,7 @@ def abc_chooser_many(options, prompt='', label='X'): return choices #################################################################################################### -## GETPERMISSION ################################################################################### +# GETPERMISSION #################################################################################### #################################################################################################### YES_STRINGS = ['yes', 'y']