diff options
| author | Josh Friend <jfriend@michiganlabs.com> | 2016-02-03 11:49:18 -0500 |
|---|---|---|
| committer | Josh Friend <jfriend@michiganlabs.com> | 2016-02-03 11:49:18 -0500 |
| commit | d464933fd56ffef7d6c9364a922bb72e9d37af99 (patch) | |
| tree | cddc93cc35a3e23e5fd603636939a7d78bb16ecb /doc | |
| parent | 150591f9e0a94902cb2a76b68ac7c9d8a1a3ec83 (diff) | |
| download | sqlalchemy-d464933fd56ffef7d6c9364a922bb72e9d37af99.tar.gz | |
Fix typo in relationship persistance docs
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/orm/relationship_persistence.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/relationship_persistence.rst b/doc/build/orm/relationship_persistence.rst index 597f674ed..1a855216c 100644 --- a/doc/build/orm/relationship_persistence.rst +++ b/doc/build/orm/relationship_persistence.rst @@ -1,4 +1,4 @@ -fSpecial Relationship Persistence Patterns +Special Relationship Persistence Patterns ========================================= .. _post_update: |
