X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/41e670064063e3e221b1c3c40db5aaae784b5231..911470a610e47d9da5ea938b0887c3df62819b85:/docs/usage_and_configuration/the_basics.md diff --git a/docs/usage_and_configuration/the_basics.md b/docs/usage_and_configuration/the_basics.md index 4b68ad7..49268b4 100644 --- a/docs/usage_and_configuration/the_basics.md +++ b/docs/usage_and_configuration/the_basics.md @@ -173,13 +173,13 @@ You can check the version of _Black_ you have installed using the `--version` fl ```console $ black --version -black, version 21.8b0 +black, version 21.9b0 ``` An option to require a specific version to be running is also provided. ```console -$ black --required-version 21.8b0 -c "format = 'this'" +$ black --required-version 21.9b0 -c "format = 'this'" format = "this" $ black --required-version 31.5b2 -c "still = 'beta?!'" Oh no! 💥 💔 💥 The required version does not match the running version!