From 2b7bdb5c7d0eab87189fbb8e717696f9d0ee749c Mon Sep 17 00:00:00 2001 From: ConquerorCletus Date: Sat, 22 Jul 2023 09:00:28 +0000 Subject: [PATCH] console --- Python_programming/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python_programming/console.py b/Python_programming/console.py index 4c7dc85..125719c 100755 --- a/Python_programming/console.py +++ b/Python_programming/console.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 ''' -This module contains the console for AirBnB. just added +This module contains the console for AirBnB. ''' import cmd