diff options
| -rw-r--r-- | pyp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -563,7 +563,7 @@ class Pyp(object): elif type(input) in [str, int, PypStr] : - return n_index + str(input) + Colors.OFF + return n_index + str(input) elif type(input) is dict: #deals with dictionaries |
