From d4b4273cbcea36e0f936e04a573d46487414c6c4 Mon Sep 17 00:00:00 2001 From: native-api Date: Tue, 10 Dec 2024 21:21:37 +0300 Subject: [PATCH] copyedit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cfeb4e8..555eef42 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ pyenv global 3.11 3.12 Whenever you run a command provided by a Python installation, these versions will be searched for it in the specified order. Versions selected with `pyenv shell` are searched first, then `pyenv local`, then `pyenv global`. -[Due to the shims' fall-through behavior]((#understanding-python-version-selection)), "`system`" is always implicitly searched afterwards. +[Due to the shims' fall-through behavior]((#understanding-python-version-selection)), `system` is always implicitly searched afterwards. ----