Skip to content

Commit

Permalink
Merge pull request #214 from jpgard/master
Browse files Browse the repository at this point in the history
fixed typo in basic usage documentation: littl -> little
  • Loading branch information
lmcinnes authored Mar 25, 2019
2 parents a858c63 + c405171 commit aec83cc
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 aec83cc

Please sign in to comment.