Skip to content

Commit c59f28d

Browse files
authored
Merge pull request #2112 from stefmolin/stefmolin-patch-1
Fix typo in README
2 parents 7b69d09 + 310546a commit c59f28d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ _________________
1919

2020
isort your imports, so you don't have to.
2121

22-
isort is a Python utility / library to sort imports alphabetically, and
23-
automatically separated into sections and by type. It provides a command line
22+
isort is a Python utility / library to sort imports alphabetically and
23+
automatically separate into sections and by type. It provides a command line
2424
utility, Python library and [plugins for various
2525
editors](https://github.com/pycqa/isort/wiki/isort-Plugins) to
2626
quickly sort all your imports. It requires Python 3.8+ to run but

0 commit comments

Comments
 (0)