Skip to content

Commit

Permalink
Update objects.py
Browse files Browse the repository at this point in the history
  • Loading branch information
delizin committed Jan 31, 2014
1 parent 967d283 commit 8de289f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The instances of all the different object types are all tied to their
own database object stored in the 'dbobj' property. All attribute
get/set operations are channeled transparently to the database object
as desired. You should normally nevfer have to worry about the database
as desired. You should normally never have to worry about the database
abstraction, just do everything on the TypeClass object.
That an object is controlled by a player/user is just defined by its
Expand Down

0 comments on commit 8de289f

Please sign in to comment.