Skip to content

Commit 58c9758

Browse files
Merge pull request #1017 from JCGoran/fix_markdown
Fix non-escaped markdown in docs
2 parents d9b3b29 + 09095ff commit 58c9758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Callables or other Python objects have to be passed in `setup.py` (via the `use_
124124
also using ``setuptools_scm``
125125

126126
the dist name normalization follows adapted PEP 503 semantics, with one or
127-
more of ".-_" being replaced by a single "_", and the name being upper-cased
127+
more of ".-\_" being replaced by a single "\_", and the name being upper-cased
128128

129129
this will take precedence over ``SETUPTOOLS_SCM_PRETEND_VERSION``
130130

0 commit comments

Comments
 (0)