Force code sample to be treated as python

Change-Id: I3340397e0b263973aa8387d77d50cc1cb4756634
Closes-Bug: #1374477
This commit is contained in:
Doug Hellmann
2014-12-04 11:42:13 -05:00
parent 5a163eb754
commit 53635eae0f

View File

@@ -43,7 +43,7 @@ the marker functions the factory creates.
Then, in the rest of your code, use the appropriate marker function Then, in the rest of your code, use the appropriate marker function
for each message: for each message:
:: .. code-block:: python
from myapp.i18n import _, _LW from myapp.i18n import _, _LW