From f62f1ddc2fee683aeae55d1fea71fee77184cd2d Mon Sep 17 00:00:00 2001 From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Sun, 17 May 2020 15:19:52 -0400 Subject: [PATCH 1/1] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a9b863..3baffd3 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.39.5