Skip to content

Commit

Permalink
Update manifold.rst
Browse files Browse the repository at this point in the history
Fixing a typo in the documentation when importing manifold_embedding using the quick method
  • Loading branch information
aldermartinez committed Jun 18, 2020
1 parent 740103d commit fd8eb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/features/manifold.rst
Expand Up @@ -163,7 +163,7 @@ The same functionality above can be achieved with the associated quick method ``
.. code:: python
from yellowbrick.features.Manifold import manifold_embedding
from yellowbrick.features.manifold import manifold_embedding
from yellowbrick.datasets import load_concrete
# Load the regression dataset
Expand Down

0 comments on commit fd8eb7b

Please sign in to comment.