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.