From ece1809273bfe20a5142cc30a9555d34f7d48a6e Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Mon, 29 Aug 2022 16:39:03 -0800 Subject: [PATCH] MINOR: [Docs] Fix typo in step-by-step building docs (#13998) Removes an extraneous period at the end of a sentence. Authored-by: Bryce Mecum Signed-off-by: Sutou Kouhei --- docs/source/developers/guide/step_by_step/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/developers/guide/step_by_step/building.rst b/docs/source/developers/guide/step_by_step/building.rst index 6fa67c22a9ed9..e39c690e34ba4 100644 --- a/docs/source/developers/guide/step_by_step/building.rst +++ b/docs/source/developers/guide/step_by_step/building.rst @@ -131,7 +131,7 @@ Building other Arrow libraries As mentioned at the beginning of this page, the Python part of the Arrow project is built on top of the C++ library. In order to make changes in the Python part of Arrow as well as the C++ part of Arrow, you need to - build them separately.. + build them separately. We hope this introduction was enough to help you start with the building process.