From f349cb9b56b33c91af7f3f4d43648235b4e3de58 Mon Sep 17 00:00:00 2001 From: Chris <79099832+chramb@users.noreply.github.com> Date: Wed, 19 Aug 2026 14:22:17 +0200 Subject: [PATCH] Fix typo in cli/build docs --- docs/source/cli/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cli/build.rst b/docs/source/cli/build.rst index d3efc707..92392ef0 100644 --- a/docs/source/cli/build.rst +++ b/docs/source/cli/build.rst @@ -2,7 +2,7 @@ ``build`` ========= -Relenv build is resposible for building Python and it's dependencies from +Relenv build is responsible for building Python and it's dependencies from source. The build process also ensures Python is re-locatable. The directory containg the python build can be moved around on the filesystem or to another host machine of the same architecture.