summaryrefslogtreecommitdiff
path: root/doc/build/core/defaults.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/core/defaults.rst')
-rw-r--r--doc/build/core/defaults.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/core/defaults.rst b/doc/build/core/defaults.rst
index a7287a360..ab1506834 100644
--- a/doc/build/core/defaults.rst
+++ b/doc/build/core/defaults.rst
@@ -321,7 +321,7 @@ use case, add the flag ``optional=True`` to the
provides no other option for generating primary key identifiers.
The :class:`~sqlalchemy.schema.Sequence` object also has the ability to be
-executed standalone like a SQL expression, which has the effect of calling its
+executed standalone like an SQL expression, which has the effect of calling its
"next value" function::
seq = Sequence('some_sequence')