mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Typo: multilang docstring was wrong
This commit is contained in:
parent
dd89c811b8
commit
4cd68fb5e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue