Skip to content

Commit b81fb33

Browse files
authored
fix typo
1 parent f67064e commit b81fb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/example/jenkins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Running tox environments in parallel
194194

195195
Jenkins has parallel stages allowing you to run commands in parallel, however tox package
196196
building it is not parallel safe. Use the ``--parallel--safe-build`` flag to enable parallel safe
197-
builds (this will generate unique folder names for ``distdir``, ``ditshare`` and ``log``.
197+
builds (this will generate unique folder names for ``distdir``, ``distshare`` and ``log``.
198198
Here's a generic stage definition demonstrating how to use this inside Jenkins:
199199

200200
.. code-block:: groovy

0 commit comments

Comments
 (0)