Skip to content

Commit 09095ff

Browse files
committed
fix non-escaped markdown in docs
1 parent d9b3b29 commit 09095ff

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)