Commit b778f81a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix typos, sorry...

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26681 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a3b6c358
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
fro Interface import Interface from Interface import Interface
class Coordinate(Interface): class Coordinate(Interface):
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
fro Interface import Interface from Interface import Interface
class DivergenceTester(Interface): class DivergenceTester(Interface):
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
fro Interface import Interface from Interface import Interface
class Entity(Interface): class Entity(Interface):
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
fro Interface import Interface from Interface import Interface
class Expandable(Interface): class Expandable(Interface):
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
fro Interface import Interface from Interface import Interface
class OpenOrderExpander(Interface): class OpenOrderExpander(Interface):
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
fro Interface import Interface from Interface import Interface
class Predicate(Interface): class Predicate(Interface):
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
fro Interface import Interface from Interface import Interface
class Rule(Interface): class Rule(Interface):
"""A Rule describes transformations of documents. """A Rule describes transformations of documents.
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
fro Interface import Interface from Interface import Interface
class Variated(Interface): class Variated(Interface):
""" """
......
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