From e33f09d5e4d56ff349ec9d4a306f785b3a667598 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Mon, 3 Aug 2026 16:20:56 -0400 Subject: [PATCH] fix table alignment in favorite queries example Tested on Apple Terminal, Alacritty, Kitty, and iTerm2. All agree with the fix. --- changelog.md | 1 + mycli/packages/special/favoritequeries.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index dec06a54..00725aca 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ Upcoming (TBD) Documentation --------- * Document shell completions in `README.md`. +* Fix table alignment in favorite-queries example. Internal diff --git a/mycli/packages/special/favoritequeries.py b/mycli/packages/special/favoritequeries.py index acde20b6..d5fc7def 100644 --- a/mycli/packages/special/favoritequeries.py +++ b/mycli/packages/special/favoritequeries.py @@ -25,7 +25,7 @@ class FavoriteQueries: ╒════════╤════════╕ │ a │ b │ ╞════════╪════════╡ - │ 日本語 │ 日本語 │ + │ 日本語 │ 日本語 │ ╘════════╧════════╛ # Delete a favorite query.