diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-27 17:17:05 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-27 17:17:05 -0500 |
commit | 3ccae267894804b104171f2fee9355cd292e0dbf (patch) | |
tree | 3304f99b59767243374af5a1d554779d3df059b0 | |
parent | 5343d24fee5219de002a8efba8bc882f8b3d4b5b (diff) | |
download | sqlalchemy-3ccae267894804b104171f2fee9355cd292e0dbf.tar.gz |
remove pipe...
-rw-r--r-- | doc/build/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/index.rst b/doc/build/index.rst index 8b60ef9b9..55dba45fe 100644 --- a/doc/build/index.rst +++ b/doc/build/index.rst @@ -31,7 +31,7 @@ of Python objects, proceed first to the tutorial. * **ORM Configuration:** :doc:`Mapper Configuration <orm/mapper_config>` | - :doc:`Relationship Configuration <orm/relationships>` | + :doc:`Relationship Configuration <orm/relationships>` * **Configuration Extensions:** :doc:`Declarative Extension <orm/extensions/declarative/index>` | |