summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-10-07 13:06:09 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-10-08 20:42:50 +0300
commite47063bfe0de1318c12a4f9ef67b9538cad34489 (patch)
tree898a00af2714e1e52b8decb69b1776ad95030def /doc
parent80861dffa9f2a2564dd5e854d97006d9fff48a18 (diff)
downloadsqlalchemy-e47063bfe0de1318c12a4f9ef67b9538cad34489.tar.gz
Spelling fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_03.rst2
-rw-r--r--doc/build/changelog/changelog_05.rst4
-rw-r--r--doc/build/changelog/changelog_06.rst4
-rw-r--r--doc/build/changelog/changelog_09.rst4
-rw-r--r--doc/build/changelog/changelog_10.rst2
-rw-r--r--doc/build/changelog/migration_06.rst2
-rw-r--r--doc/build/changelog/migration_09.rst4
-rw-r--r--doc/build/core/custom_types.rst2
8 files changed, 12 insertions, 12 deletions
diff --git a/doc/build/changelog/changelog_03.rst b/doc/build/changelog/changelog_03.rst
index 7c0a1af26..3648e2756 100644
--- a/doc/build/changelog/changelog_03.rst
+++ b/doc/build/changelog/changelog_03.rst
@@ -2753,7 +2753,7 @@
:tickets:
a wide refactoring to "attribute loader" and "options" architectures.
- ColumnProperty and PropertyLoader define their loading behaivor via switchable
+ ColumnProperty and PropertyLoader define their loading behavior via switchable
"strategies", and MapperOptions no longer use mapper/property copying
in order to function; they are instead propagated via QueryContext
and SelectionContext objects at query/instances time.
diff --git a/doc/build/changelog/changelog_05.rst b/doc/build/changelog/changelog_05.rst
index f612ceed9..5bcfd5fdf 100644
--- a/doc/build/changelog/changelog_05.rst
+++ b/doc/build/changelog/changelog_05.rst
@@ -783,7 +783,7 @@
itself differently to some MapperExtensions.
The change also affects the internal attribute API, but not
- the AttributeExtension interface nor any of the publically
+ the AttributeExtension interface nor any of the publicly
documented attribute functions.
- The unit of work no longer genererates a graph of "dependency"
@@ -1461,7 +1461,7 @@
Query.from_self() as well as query.subquery() both disable
the rendering of eager joins inside the subquery produced.
- The "disable all eager joins" feature is available publically
+ The "disable all eager joins" feature is available publicly
via a new query.enable_eagerloads() generative.
.. change::
diff --git a/doc/build/changelog/changelog_06.rst b/doc/build/changelog/changelog_06.rst
index 168dac93c..4a00201e7 100644
--- a/doc/build/changelog/changelog_06.rst
+++ b/doc/build/changelog/changelog_06.rst
@@ -5227,7 +5227,7 @@
:tickets:
The construction of types within dialects has been totally
- overhauled. Dialects now define publically available types
+ overhauled. Dialects now define publicly available types
as UPPERCASE names exclusively, and internal implementation
types using underscore identifiers (i.e. are private).
The system by which types are expressed in SQL and DDL
@@ -5332,7 +5332,7 @@
PickleType now uses == for comparison of values when
mutable=True, unless the "comparator" argument with a
- comparsion function is specified to the type. Objects
+ comparison function is specified to the type. Objects
being pickled will be compared based on identity (which
defeats the purpose of mutable=True) if __eq__() is not
overridden or a comparison function is not provided.
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 008427584..acb836274 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -1048,7 +1048,7 @@
Fixed bug when the declarative ``__abstract__`` flag was not being
distinguished for when it was actually the value ``False``.
- The ``__abstract__`` flag needs to acutally evaluate to a True
+ The ``__abstract__`` flag needs to actually evaluate to a True
value at the level being tested.
.. changelog::
@@ -1852,7 +1852,7 @@
fully usable within declarative relationship configuration, as its
string classname would not be available in the registry of classnames
at mapper configuration time. The class now explicitly adds itself
- to the class regsitry, and additionally both :class:`.AbstractConcreteBase`
+ to the class registry, and additionally both :class:`.AbstractConcreteBase`
as well as :class:`.ConcreteBase` set themselves up *before* mappers
are configured within the :func:`.configure_mappers` setup, using
the new :meth:`.MapperEvents.before_configured` event.
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 8fd6b1dca..887c5c61d 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -436,7 +436,7 @@
provided by :class:`.Session` and :class:`.Connection`, and taking
place for operations such as a failure on "RELEASE SAVEPOINT".
Previously, the fix was only in place for a specific path within
- the ORM flush/commit process; it now takes place for all transational
+ the ORM flush/commit process; it now takes place for all transactional
context managers as well.
.. change::
diff --git a/doc/build/changelog/migration_06.rst b/doc/build/changelog/migration_06.rst
index 1eead6d3c..e41446de5 100644
--- a/doc/build/changelog/migration_06.rst
+++ b/doc/build/changelog/migration_06.rst
@@ -659,7 +659,7 @@ scenes to provide two goals:
Highlights of these changes include:
* The construction of types within dialects has been totally
- overhauled. Dialects now define publically available types
+ overhauled. Dialects now define publicly available types
as UPPERCASE names exclusively, and internal
implementation types using underscore identifiers (i.e.
are private). The system by which types are expressed in
diff --git a/doc/build/changelog/migration_09.rst b/doc/build/changelog/migration_09.rst
index 7d673c537..0c0281a83 100644
--- a/doc/build/changelog/migration_09.rst
+++ b/doc/build/changelog/migration_09.rst
@@ -391,7 +391,7 @@ This is a small change demonstrated as follows::
# in 0.8, this would fail to load the unloaded state.
assert attributes.get_history(a1, 'data') == ((), ['a1',], ())
- # load_history() is now equiavlent to get_history() with
+ # load_history() is now equivalent to get_history() with
# passive=PASSIVE_OFF ^ INIT_OK
assert inspect(a1).attrs.data.load_history() == ((), ['a1',], ())
@@ -1502,7 +1502,7 @@ insensitive names).
The :class:`.quoted_name` object is used internally as needed; however if
other keywords require fixed quoting preferences, the class is available
-publically.
+publicly.
:ticket:`2812`
diff --git a/doc/build/core/custom_types.rst b/doc/build/core/custom_types.rst
index 2c3784b97..dd93b5bb3 100644
--- a/doc/build/core/custom_types.rst
+++ b/doc/build/core/custom_types.rst
@@ -401,7 +401,7 @@ Output::
For an example of subclassing a built in type directly, we subclass
:class:`.postgresql.BYTEA` to provide a ``PGPString``, which will make use of the
-Postgresql ``pgcrypto`` extension to encrpyt/decrypt values
+Postgresql ``pgcrypto`` extension to encrypt/decrypt values
transparently::
from sqlalchemy import create_engine, String, select, func, \