summaryrefslogtreecommitdiffstats
path: root/ipapython/ipautil.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/ipautil.py')
-rw-r--r--ipapython/ipautil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/ipautil.py b/ipapython/ipautil.py
index da6e94c85..97284b384 100644
--- a/ipapython/ipautil.py
+++ b/ipapython/ipautil.py
@@ -864,7 +864,7 @@ class AttributeValueCompleter:
readline.redisplay()
return None
else:
- # lhs and operator are complete, if the the rhs is blank
+ # lhs and operator are complete, if the rhs is blank
# (either empty or only only whitespace) then attempt
# to complete by inserting the default value, otherwise
# there is nothing we can complete to so we're done.