Update docs about stable tag now being a branch (#1422)

* 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
This commit is contained in:
Richard Si 2020-05-17 15:19:52 -04:00 committed by GitHub
parent 8acc22f114
commit f62f1ddc2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1141,7 +1141,7 @@ for your project. See _Black_'s own
example. example.
If you're already using Python 3.7, switch the `language_version` accordingly. Finally, 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. master, this is also an option.
## Ignoring unmodified files ## Ignoring unmodified files