mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 07:20:20 +00:00
fix typo and add gitignore entries (#2959)
Split unrelated changes from #2940 Signed-off-by: Zhao Junwang <[email protected]>
This commit is contained in:
+2
-1
@@ -27,7 +27,7 @@ lib64
|
|||||||
pip-log.txt
|
pip-log.txt
|
||||||
|
|
||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
.coverage
|
.coverage*
|
||||||
.tox
|
.tox
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
coverage.xml
|
coverage.xml
|
||||||
@@ -35,6 +35,7 @@ htmlcov
|
|||||||
junit.xml
|
junit.xml
|
||||||
features/output*
|
features/output*
|
||||||
dummy
|
dummy
|
||||||
|
result.json
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
|
|||||||
@@ -557,7 +557,7 @@ class SyncState(NamedTuple):
|
|||||||
"""Factory method to parse *value* as synchronisation state information.
|
"""Factory method to parse *value* as synchronisation state information.
|
||||||
|
|
||||||
:param version: optional *version* number for the object.
|
:param version: optional *version* number for the object.
|
||||||
:param value: (optionally JSON serialised) sychronisation state information
|
:param value: (optionally JSON serialised) synchronisation state information
|
||||||
|
|
||||||
:returns: constructed :class:`SyncState` object.
|
:returns: constructed :class:`SyncState` object.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user