Commit d37f451d authored by Julien Muchembled's avatar Julien Muchembled

doc: fix typos in reference

parent 163450a9
...@@ -135,7 +135,7 @@ Demo storages are configured using the ``demostorage`` section:: ...@@ -135,7 +135,7 @@ Demo storages are configured using the ``demostorage`` section::
``demostorage`` sections can contain up to 2 storage subsections, ``demostorage`` sections can contain up to 2 storage subsections,
named ``base`` and ``changes``, specifying the demo storage's base and named ``base`` and ``changes``, specifying the demo storage's base and
changes storages. See :meth:`ZODB.DemoStorage.DemoStorage.__init__` changes storages. See :meth:`ZODB.DemoStorage.DemoStorage.__init__`
for more on the base anc changes storages. for more on the base and changes storages.
Options: Options:
...@@ -168,7 +168,7 @@ ZRS ...@@ -168,7 +168,7 @@ ZRS
provides replication from one database to another. It's most provides replication from one database to another. It's most
commonly used with ZEO. With ZRS, you create a ZRS primary database commonly used with ZEO. With ZRS, you create a ZRS primary database
around a :class:`~ZODB.FileStorage.FileStorage.FileStorage` and in a around a :class:`~ZODB.FileStorage.FileStorage.FileStorage` and in a
separate process, you creatre a ZRS secondary storage around any separate process, you create a ZRS secondary storage around any
:interface:`storage <ZODB.interfaces.IStorage>`. As transactions are :interface:`storage <ZODB.interfaces.IStorage>`. As transactions are
committed on the primary, they're copied asynchronously to committed on the primary, they're copied asynchronously to
secondaries. secondaries.
......
...@@ -9,7 +9,7 @@ ZODB module functions ...@@ -9,7 +9,7 @@ ZODB module functions
.. method:: DB(storage, *args, **kw) .. method:: DB(storage, *args, **kw)
Create a databse. See :py:class:`ZODB.DB`. Create a database. See :py:class:`ZODB.DB`.
.. autofunction:: ZODB.connection .. autofunction:: ZODB.connection
...@@ -125,7 +125,7 @@ TimeStamp (transaction ids) ...@@ -125,7 +125,7 @@ TimeStamp (transaction ids)
.. method:: raw() .. method:: raw()
Get an 8-byte representatin of the time stamp for use in APIs Get an 8-byte representation of the time stamp for use in APIs
that require a time stamp. that require a time stamp.
.. method:: second() .. method:: second()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment