diff options
Diffstat (limited to 'sphinx/testing/util.py')
-rw-r--r-- | sphinx/testing/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/testing/util.py b/sphinx/testing/util.py index 960eef761..4722f9dc5 100644 --- a/sphinx/testing/util.py +++ b/sphinx/testing/util.py @@ -109,7 +109,7 @@ class SphinxTestApp(application.Sphinx): warning: IO | None = None, tags: list[str] | None = None, docutilsconf: str | None = None, - parallel: int = 0 + parallel: int = 0, ) -> None: if docutilsconf is not None: |