diff --git a/rich/rule.py b/rich/rule.py index 8a2ba93b..3a844f51 100644 --- a/rich/rule.py +++ b/rich/rule.py @@ -27,7 +27,7 @@ class Rule(JupyterMixin): ) -> None: if cell_len(characters) < 1: raise ValueError( - "'character' argument must at least have a cell width of 1" + "'characters' argument must have at least a cell width of 1" ) self.title = title self.characters = characters