Skip to content

Commit 9c5b2d3

Browse files
committed
fixed type in SSLCertVerificationError message on contributing to documentation page
1 parent 94716b5 commit 9c5b2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/development/contributing_documentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ If you want to do a full clean build, do::
159159

160160
.. error::
161161
The command ``python make.py html`` requires SSL verification.
162-
If the command exits with an error status.
163-
Try running the command ``python make.py html --num-jobs=1``.
162+
If the command exits with an error status,
163+
try running the command ``python make.py html --num-jobs=1``.
164164
If the terminal output reports a SSLCertVerificationError,
165165
update your local SSL. Then, rerun ``python make.py html``.
166166

0 commit comments

Comments
 (0)