Typo: multilang docstring was wrong

This commit is contained in:
Petr Viktorin 2011-04-14 14:25:42 +03:00 committed by Eevee
parent dd89c811b8
commit 4cd68fb5e3

View file

@ -48,7 +48,7 @@ def create_translation_table(_table_name, foreign_class, relation_name,
are rows in the created tables. are rows in the created tables.
- `(relation_name)_local`, a relation to the row in the new table that - `(relation_name)_local`, a relation to the row in the new table that
matches the current default language. matches the current default language.
- `(relation_name)_class`, the class created by this function. - `(relation_name)_table`, the class created by this function.
Note that these are distinct relations. Even though the former necessarily Note that these are distinct relations. Even though the former necessarily
includes the latter, SQLAlchemy doesn't treat them as linked; loading one includes the latter, SQLAlchemy doesn't treat them as linked; loading one