From 3465aade3299cb8e393cc9f1e5f050a7f7f15b78 Mon Sep 17 00:00:00 2001 From: native-api Date: Sun, 9 May 2021 23:20:25 +0300 Subject: [PATCH] Updated Common build problems (markdown) --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index ea3619e..89ffe74 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -260,4 +260,4 @@ Beside build time, this can also happen for an already installed version if: * You've updated a dependent library on your system to a version with a different library filename (generally, to a new major version) since the time you had compiled Python - * The easiest way would be to rebuild all affected Python installations against the new version of the library with `pyenv install --force` \ No newline at end of file + * The easiest way is to rebuild all affected Python installations against the new version of the library with `pyenv install --force` \ No newline at end of file