Another typo-fix.
This commit is contained in:
parent
e20d2d8170
commit
3f9095a385
|
@ -14,7 +14,7 @@ class PVVDBError(Exception):
|
||||||
|
|
||||||
#
|
#
|
||||||
# PVVMember is the class that represents a record in the database.
|
# PVVMember is the class that represents a record in the database.
|
||||||
# Its interface is like a dict with a few additional functiosn to
|
# Its interface is like a dict with a few additional methods to
|
||||||
# talk to the database itself.
|
# talk to the database itself.
|
||||||
#
|
#
|
||||||
class PVVMember(dict):
|
class PVVMember(dict):
|
||||||
|
|
Reference in New Issue