Use the right comment syntax in docs.

This commit is contained in:
wrwrwr 2013-02-24 12:17:17 +01:00
parent 3a4ec60713
commit c7ace45dff

View file

@ -249,7 +249,7 @@ Dict syntax is only allowed there.
Even more, all fallbacks may be switched on or off for just some exceptional block of code using::
with fallbacks(False):
// work with values for the active language only
# Work with values for the active language only
Fallback values
***************