diff --git a/tercol/__init__.py b/tercol/__init__.py index 8884fdd..38fd825 100644 --- a/tercol/__init__.py +++ b/tercol/__init__.py @@ -149,7 +149,7 @@ def hexa(hexa, text): def bghexa(hexa, text): """ - Same thing as hexa(hex, text) but it colors the background instead. + Same thing as hexa(hexa, text) but it colors the background instead. """ try: if isinstance(hexa, int):