[doc] Fix typo in python_packaging.rst (#9573)

This commit is contained in:
Ikko Eltociear Ashimine 2023-09-12 21:53:07 +09:00 committed by GitHub
parent d05ea589fb
commit f90d034a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ Building sdists
In the case of XGBoost, an sdist contains both the Python code as well as 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 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: You can obtain an sdist as follows: