Skip to content

Commit 6772042

Browse files
authored
Update pathformat.rst (#5754)
Added explainer about escaping closing braces `$}`
1 parent 250b0da commit 6772042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/pathformat.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ write a function call. To escape any of these characters (except ``{``, and
173173

174174
* ``${``, which is ambiguous with the variable reference syntax (like
175175
``${title}``). To insert a ``{`` alone, it's always sufficient to just type
176-
``{``.
176+
``{``. You do, however need to use ``$`` to escape a closing brace ``$}``.
177177
* commas are used as argument separators in function calls. Inside of a
178178
function's argument, use ``$,`` to get a literal ``,`` character. Outside of
179179
any function argument, escaping is not necessary: ``,`` by itself will

0 commit comments

Comments
 (0)