]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix typo MANYTOONE -> MANYTOMANY, fixes #3415
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 May 2015 20:55:09 +0000 (16:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 May 2015 20:55:09 +0000 (16:55 -0400)
lib/sqlalchemy/ext/automap.py

index 448d8492e21e0595412f9b72d7b397ad503f94c9..119d10c427e6c8b6e84d346bf69bf3419121bb90 100644 (file)
@@ -631,7 +631,7 @@ def generate_relationship(
     :param base: the :class:`.AutomapBase` class doing the prepare.
 
     :param direction: indicate the "direction" of the relationship; this will
-     be one of :data:`.ONETOMANY`, :data:`.MANYTOONE`, :data:`.MANYTOONE`.
+     be one of :data:`.ONETOMANY`, :data:`.MANYTOONE`, :data:`.MANYTOMANY`.
 
     :param return_fn: the function that is used by default to create the
      relationship.  This will be either :func:`.relationship` or