mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-22 05:54:43 +00:00
Use the right comment syntax in docs.
This commit is contained in:
parent
3a4ec60713
commit
c7ace45dff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
***************
|
||||
|
|
|
|||
Loading…
Reference in a new issue