Fix another speeling mistake.

This commit is contained in:
Florian Bruhin 2015-02-01 01:22:46 +01:00
parent 3b667325ca
commit 822bf90b26

View File

@ -31,7 +31,7 @@ class Saveable:
"""A single thing which can be saved.
Attributes:
_name: The naem of the thing to be saved.
_name: The name of the thing to be saved.
_dirty: Whether the saveable was changed since the last save.
_save_handler: The function to call to save this Saveable.
_save_on_exit: Whether to always save this saveable on exit.