Skip to content

Commit 7c801c0

Browse files
coordtwkoot
andauthored
Update docs/reference/configuration.md
Co-authored-by: wkoot <[email protected]>
1 parent 254ea44 commit 7c801c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ This string is templated using the [Python Format String Syntax](https://docs.py
196196
environment var
197197
: `BUMPVERSION_PARSE`
198198

199-
This is the default regular expression (Python regular expression syntax](https://docs.python.org/3/library/re.html#regular-expression-syntax)) for finding and parsing the version string into its components. Individual part or file configurations may override this.
199+
This is the default regular expression ([Python regular expression syntax](https://docs.python.org/3/library/re.html#regular-expression-syntax)) for finding and parsing the version string into its components. Individual part or file configurations may override this.
200200

201201
The regular expression must be able to parse all strings produced by the configured [`serialize`](configuration.md#serialize) value. Named matching groups ("`(?P<name>...)`") indicate the version part the matched value belongs to.
202202

0 commit comments

Comments
 (0)