Commit fe115bbb authored by sheikheddy's avatar sheikheddy Committed by Nikita Titov
Browse files

[docs] Fix typo in Python-Intro.rst (#2074)

parent 2027f6b4
......@@ -62,7 +62,7 @@ Many of the examples in this page use functionality from ``numpy``. To run the e
label = np.random.randint(2, size=500) # binary target
train_data = lgb.Dataset(data, label=label)
**To load a scpiy.sparse.csr\_matrix array into Dataset:**
**To load a scipy.sparse.csr\_matrix array into Dataset:**
.. code:: python
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment