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

Mean documentation #18

Open
ChillerDragon opened this issue Sep 3, 2017 · 0 comments
Open

Mean documentation #18

ChillerDragon opened this issue Sep 3, 2017 · 0 comments

Comments

@ChillerDragon
Copy link

ChillerDragon commented Sep 3, 2017

In the tutorial "Create, load and save a map"
It says:

from tml import Teemap
twmap = Teemap()
twmap.load('dm1_test')
twmap.save('unnamed')

which is pretty tricky because Teemap has no function called load only one called _load.
And an working path would be kewl too c:

better change it to something like this:

from tml import Teemap
twmap = Teemap()
twmap._load('maps/dm1')
twmap.save('maps/dm1_copy')

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

No branches or pull requests

1 participant