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']