Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
d37f451d
Commit
d37f451d
authored
Sep 12, 2016
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix typos in reference
parent
163450a9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/reference/storages.rst
doc/reference/storages.rst
+2
-2
doc/reference/zodb.rst
doc/reference/zodb.rst
+2
-2
No files found.
doc/reference/storages.rst
View file @
d37f451d
...
...
@@ -135,7 +135,7 @@ Demo storages are configured using the ``demostorage`` section::
``demostorage`` sections can contain up to 2 storage subsections,
named ``base`` and ``changes``, specifying the demo storage's base and
changes storages. See :meth:`ZODB.DemoStorage.DemoStorage.__init__`
for more on the base an
c
changes storages.
for more on the base an
d
changes storages.
Options:
...
...
@@ -168,7 +168,7 @@ ZRS
provides replication from one database to another. It's most
commonly used with ZEO. With ZRS, you create a ZRS primary database
around a :class:`~ZODB.FileStorage.FileStorage.FileStorage` and in a
separate process, you creat
r
e a ZRS secondary storage around any
separate process, you create a ZRS secondary storage around any
:interface:`storage <ZODB.interfaces.IStorage>`. As transactions are
committed on the primary, they're copied asynchronously to
secondaries.
...
...
doc/reference/zodb.rst
View file @
d37f451d
...
...
@@ -9,7 +9,7 @@ ZODB module functions
.. method:: DB(storage, *args, **kw)
Create a databse. See :py:class:`ZODB.DB`.
Create a datab
a
se. See :py:class:`ZODB.DB`.
.. autofunction:: ZODB.connection
...
...
@@ -125,7 +125,7 @@ TimeStamp (transaction ids)
.. method:: raw()
Get an 8-byte representatin of the time stamp for use in APIs
Get an 8-byte representati
o
n of the time stamp for use in APIs
that require a time stamp.
.. method:: second()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment