diff --git a/changelog.md b/changelog.md index fba24e91..75475e08 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +Upcoming (TBD) +============== + +Documentation +--------- +* Fix a typo in myclirc commentary. + + 2.0.0 (2026/07/03) ============== diff --git a/mycli/myclirc b/mycli/myclirc index 1e102b82..577448ea 100644 --- a/mycli/myclirc +++ b/mycli/myclirc @@ -5,7 +5,7 @@ # after executing a SQL statement when applicable. show_warnings = False -# Enables context sensitive auto-completion. If this is disabled the all +# Enables context sensitive auto-completion. If this is disabled then all # possible completions will be listed. smart_completion = True diff --git a/test/myclirc b/test/myclirc index d70a2a85..7e9bba7a 100644 --- a/test/myclirc +++ b/test/myclirc @@ -5,7 +5,7 @@ # after executing a SQL statement when applicable. show_warnings = False -# Enables context sensitive auto-completion. If this is disabled the all +# Enables context sensitive auto-completion. If this is disabled then all # possible completions will be listed. smart_completion = True