Skip to content

Commit

Permalink
[doc] Fix typo in python_packaging.rst (#9573)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Sep 12, 2023
1 parent d05ea58 commit f90d034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contrib/python_packaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f90d034

Please sign in to comment.