Skip to content

Commit

Permalink
Update docs about stable tag now being a branch (#1422)
Browse files Browse the repository at this point in the history
* Update docs about stable tag now being a branch

Issue #760 had the `stable` tag changed to a branch since it was causing a few issues. This updates the docs to reflect that change.

* Make the prettier hook pass

* Improve wording
  • Loading branch information
ichard26 committed May 17, 2020
1 parent 8acc22f commit f62f1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ for your project. See _Black_'s own
example.

If you're already using Python 3.7, switch the `language_version` accordingly. Finally,
`stable` is a tag that is pinned to the latest release on PyPI. If you'd rather run on
`stable` is a branch that tracks the latest release on PyPI. If you'd rather run on
master, this is also an option.

## Ignoring unmodified files
Expand Down

0 comments on commit f62f1dd

Please sign in to comment.