fix typo and add gitignore entries (#2959)

Split unrelated changes from #2940

Signed-off-by: Zhao Junwang <zhjwpku@gmail.com>
This commit is contained in:
zhjwpku
2023-11-24 22:17:20 +08:00
committed by GitHub
parent 193c73f6b8
commit ed9d4750f9
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -27,7 +27,7 @@ lib64
pip-log.txt
# Unit test / coverage reports
.coverage
.coverage*
.tox
nosetests.xml
coverage.xml
@@ -35,6 +35,7 @@ htmlcov
junit.xml
features/output*
dummy
result.json
# Translations
*.mo

View File

@@ -557,7 +557,7 @@ class SyncState(NamedTuple):
"""Factory method to parse *value* as synchronisation state information.
: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.