fixed typos
svn: r12924
This commit is contained in:
parent
e4495716a9
commit
f6409fe94f
@ -627,7 +627,7 @@ def report(dbstate, uistate, person, report_class, options_class,
|
||||
# The following except statement will catch all "NoneType" exceptions.
|
||||
# This is useful for released code where the exception is most likely
|
||||
# a corrupt database. But it is less useful for developing new reports
|
||||
# where the execption is most likely a report bug.
|
||||
# where the exception is most likely a report bug.
|
||||
# except AttributeError,msg:
|
||||
# if str(msg).startswith("'NoneType' object has no attribute"):
|
||||
# # "'NoneType' object has no attribute ..." usually means
|
||||
|
@ -21,7 +21,7 @@
|
||||
# $Id: __init__.py 10055 2008-02-18 20:07:09Z acraphae $
|
||||
|
||||
"""
|
||||
General utility functions usefull for the generic plugin system
|
||||
General utility functions useful for the generic plugin system
|
||||
"""
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
@ -19,7 +19,7 @@
|
||||
#
|
||||
|
||||
"""
|
||||
Generic utilities usefull for users of the gen package
|
||||
Generic utilities useful for users of the gen package
|
||||
"""
|
||||
|
||||
from dbutils import *
|
||||
|
@ -548,7 +548,7 @@ INPUT_FORMATS = {
|
||||
'&': INPUT_ALPHA,
|
||||
}
|
||||
|
||||
# Todo list: Other usefull Masks
|
||||
# Todo list: Other useful Masks
|
||||
# 9 - Digit, optional
|
||||
# ? - Ascii letter, optional
|
||||
# C - Alpha, optional
|
||||
|
Loading…
Reference in New Issue
Block a user