Skip to content

Commit

Permalink
fix docs config typo (#3424)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
wooshaun53 and pre-commit-ci[bot] authored Oct 23, 2024
1 parent 0447036 commit ab51e14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changelog/3424.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fix typo in ``docs/config.rst`` from ``{}`` to ``{:}``.

- by :user:`wooshaun53`
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1698,5 +1698,5 @@ filesystem to become a path relative to the ``changedir`` setting.
Other Substitutions
~~~~~~~~~~~~~~~~~~~

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

0 comments on commit ab51e14

Please sign in to comment.