From 3b385e47c5d665d2cef5414eb16c9ea7715b9fdf Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Tue, 6 May 2014 14:31:54 +0300 Subject: [PATCH] Change titles --- docs/decorators.rst | 4 ++-- docs/generic_relationship.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/decorators.rst b/docs/decorators.rst index 948c4d4..5bd5a63 100644 --- a/docs/decorators.rst +++ b/docs/decorators.rst @@ -1,5 +1,5 @@ -The generates decorator -======================= +Generates decorator +=================== .. module:: sqlalchemy_utils.decorators diff --git a/docs/generic_relationship.rst b/docs/generic_relationship.rst index ba94007..aacb09e 100644 --- a/docs/generic_relationship.rst +++ b/docs/generic_relationship.rst @@ -1,4 +1,4 @@ -Generic Relationship +Generic relationship ==================== Generic relationship is a form of relationship that supports creating a 1 to many relationship to any target model.