Skip to content

Commit db1f35f

Browse files
committed
Fixed whitespace
1 parent e52852b commit db1f35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
since the output will print at the same frequency as when the command is run in a terminal.
1414
* **ACArgumentParser** no longer prints complete help text when a parsing error occurs since long help messages
1515
scroll the actual error message off the screen.
16-
* Exceptions occurring in tab completion functions are now printed to stderr before returning control back to
16+
* Exceptions occurring in tab completion functions are now printed to stderr before returning control back to
1717
readline. This makes debugging a lot easier since readline suppresses these exceptions.
1818
* Potentially breaking changes
1919
* Replaced `unquote_redirection_tokens()` with `unquote_specific_tokens()`. This was to support the fix

0 commit comments

Comments
 (0)