From b102f33f144f01ef332f2306c0e22ee34a4cc0b9 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Sat, 4 Jul 2026 09:06:33 -0400 Subject: [PATCH] fix a typo in myclirc commentary --- changelog.md | 8 ++++++++ mycli/myclirc | 2 +- test/myclirc | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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