diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:15:43 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:58 -0400 |
commit | 125ead760e03d8b16af75cc58a90b1f9bb38c5c9 (patch) | |
tree | 9fb582033e9703007e342a032f777c3382eb902e /python | |
parent | 440084c2afa4749233b73d86fa871c8d910ceb46 (diff) |
python/python3-isort: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-isort/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-isort/README b/python/python3-isort/README index 396cf35a0f7a3..34feffb9709ba 100644 --- a/python/python3-isort/README +++ b/python/python3-isort/README @@ -3,5 +3,5 @@ automatically separated into sections. It provides a command line utility, Python library and plugins for various editors to quickly sort all your imports. -This Python 3 version of the isort package doesn't contain the command line -utility. Install Python 2 isort package to get the utility. +This Python 3 version of the isort package doesn't contain the command +line utility. Install Python 2 isort package to get the utility. |