Skip to content

Commit

Permalink
Use $ rather than @ in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jul 9, 2021
1 parent f083876 commit 64ace1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspathresolver.h
Expand Up @@ -213,7 +213,7 @@ class CORE_EXPORT QgsPathResolver
*
* \code{.py}
* def my_processor(path):
* return path.replace('c:/Users/ClintBarton/Documents/Projects', '@projectdir@')
* return path.replace('c:/Users/ClintBarton/Documents/Projects', '$projectdir$')
*
* QgsPathResolver.setPathWriter(my_processor)
* \endcode
Expand Down

0 comments on commit 64ace1c

Please sign in to comment.