Skip to content

Commit ab51e14

Browse files
fix docs config typo (#3424)
* fix docs config typo * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0447036 commit ab51e14

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/changelog/3424.doc.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Fix typo in ``docs/config.rst`` from ``{}`` to ``{:}``.
2+
3+
- by :user:`wooshaun53`

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,5 +1698,5 @@ filesystem to become a path relative to the ``changedir`` setting.
16981698
Other Substitutions
16991699
~~~~~~~~~~~~~~~~~~~
17001700

1701-
* ``{}`` - replaced as ``os.pathsep``
1701+
* ``{:}`` - replaced as ``os.pathsep``
17021702
* ``{/}`` - replaced as ``os.sep``

0 commit comments

Comments
 (0)