From f90d034a86784f4f07417d1d28a77b4a189acc89 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 12 Sep 2023 21:53:07 +0900 Subject: [PATCH] [doc] Fix typo in python_packaging.rst (#9573) --- doc/contrib/python_packaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contrib/python_packaging.rst b/doc/contrib/python_packaging.rst index 5cf0856851d9..ebd9d36ec10f 100644 --- a/doc/contrib/python_packaging.rst +++ b/doc/contrib/python_packaging.rst @@ -35,7 +35,7 @@ Building sdists In the case of XGBoost, an sdist contains both the Python code as well as the C++ code, so that the core part of XGBoost can be compiled into the -shared libary ``libxgboost.so`` [#shared_lib_name]_. +shared library ``libxgboost.so`` [#shared_lib_name]_. You can obtain an sdist as follows: