Skip to content

Commit c36259f

Browse files
authored
DOC: typo fix in contribute doc
Accidentally used \ rather than / for a `` :file:`matplotlib/lib` `` so the \ didn't get rendered.
1 parent 30ddba9 commit c36259f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/contribute.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ you can:
249249
- Write or update an :ref:`example plot <gallery>`
250250
- Write or update a comprehensive :ref:`tutorial <tutorials>`
251251

252-
Our code is documented inline in the source code files in :file:`matplotlib\lib`.
252+
Our code is documented inline in the source code files in :file:`matplotlib/lib`.
253253
Our website structure mirrors our folder structure, meaning that a narrative
254254
document's URL roughly corresponds to its location in our folder structure:
255255

0 commit comments

Comments
 (0)