Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected typo in readme from 'lida.modules' to 'lida.components' #8

Closed
wants to merge 1 commit into from

Conversation

Alfred-Onuada
Copy link
Contributor

There was a slight error in the docs, where it states

from lida.modules import Manager

I corrected this to

from lida.components import Manager

@victordibia
Copy link
Collaborator

victordibia commented Aug 18, 2023

Thanks @Alfred-Onuada
Good catch!

Even better, any chance we can update this to a direct import (Manager is exported directly from lida) ?

from lida import Manager

@Alfred-Onuada
Copy link
Contributor Author

Sure @victordibia, I will update the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants