Skip to content

Commit

Permalink
fix code block formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Sep 17, 2015
1 parent 80166e5 commit 80a9651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/terminology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ is equivalent to::
>>> x2._y
2

**Note 2**: When class is decorated with `inject` decorator you need to use keyword arguments when instantiating the class manually:
**Note 2**: When class is decorated with `inject` decorator you need to use keyword arguments when instantiating the class manually::

x = X(y=2) # that's ok
x = X(2) # this'll raise CallError
Expand Down

0 comments on commit 80a9651

Please sign in to comment.