Commit 9fbcbb83 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15677 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9d74a62c
...@@ -232,7 +232,7 @@ allow_class(CachingMethod) ...@@ -232,7 +232,7 @@ allow_class(CachingMethod)
# TransactionCache is a cache per transaction. The purpose of this cache is # TransactionCache is a cache per transaction. The purpose of this cache is
# to accelerate some heavy read-only operations. Note that this must not be # to accelerate some heavy read-only operations. Note that this must not be
# enabled when a trasaction may modify ZODB objects. # enabled when a transaction may modify ZODB objects.
def getReadOnlyTransactionCache(context): def getReadOnlyTransactionCache(context):
"""Get the transaction cache. """Get the transaction cache.
""" """
......
...@@ -39,7 +39,7 @@ except NameError: ...@@ -39,7 +39,7 @@ except NameError:
class PropertyTypeValidity(Constraint): class PropertyTypeValidity(Constraint):
""" """
This constraint class allows to check / fix type of each This constraint class allows to check / fix type of each
attributes define in the PropertySheets. attributes defined in the PropertySheets.
This Constraint is always created in ERP5Type/Utils.py This Constraint is always created in ERP5Type/Utils.py
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment