From b233d6cc4bee4e859f3c739d7ec10de41a8b8238 Mon Sep 17 00:00:00 2001 From: Paul Norton Date: Thu, 10 Dec 2020 18:38:23 -0500 Subject: [PATCH] Fixed Example Call Changed example call to expand.py instead of checkbox --- examples/expand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/expand.py b/examples/expand.py index 4ae7158..c58e092 100644 --- a/examples/expand.py +++ b/examples/expand.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ * example for expand question type -* run example by typing `python example/checkbox.py` in your console +* run example by typing `python example/expand.py` in your console """ from PyInquirer import style_from_dict, Token, prompt, print_json, Separator