Skip to content

Commit

Permalink
added missing backticks to the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah committed Dec 3, 2010
1 parent 01ccbbd commit 45a5ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bda/bfg/tile/_api.py
Expand Up @@ -207,7 +207,7 @@ def registerTile(name, path=None, attribute='render',
``class_``
Class to be used to render the tile. usally ``bda.bfg.tile.Tile`` or a
subclass of. Promises to implement ``bda.bfg.ITile.
subclass of. Promises to implement ``bda.bfg.ITile``.
``permission``
Enables security checking for this tile. Defaults to ``view``. If set to
Expand Down Expand Up @@ -260,4 +260,4 @@ def __call__(self, ob):
class_=ob,
permission=self.permission,
strict=self.strict)
return ob
return ob

0 comments on commit 45a5ada

Please sign in to comment.