Skip to content

Commit

Permalink
fixed typo in basic usage littl -> little
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgard committed Mar 25, 2019
1 parent a858c63 commit c405171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ First we'll need to import a bunch of useful tools. We will need numpy
obviously, but we'll use some of the datasets available in sklearn, as
well as the ``train_test_split`` function to divide up data. Finally
we'll need some plotting tools (matplotlib and seaborn) to help us
visualise the results of UMAP, and pandas to make that a littl easier.
visualise the results of UMAP, and pandas to make that a little easier.

.. code:: python3
Expand Down

0 comments on commit c405171

Please sign in to comment.