Skip to content

Commit

Permalink
fix python function display in qgsdefaultvalue
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Nov 30, 2022
1 parent 82f2886 commit 046c6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsdefaultvalue.sip.in
Expand Up @@ -21,7 +21,7 @@ on the client when a default field value needs to be generated.

Usual values for such an expression are

- `:py:func:`~now`` for a timestamp for a record
- :py:func:`~now` for a timestamp for a record
- `@some_variable` to insert a project or application level variable like
the username of the one digitizing a feature
- `$length` to insert a derived attribute of a geometry
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdefaultvalue.h
Expand Up @@ -34,7 +34,7 @@
*
* Usual values for such an expression are
*
* - `now()` for a timestamp for a record
* - now() for a timestamp for a record
* - `@some_variable` to insert a project or application level variable like
* the username of the one digitizing a feature
* - `$length` to insert a derived attribute of a geometry
Expand Down

0 comments on commit 046c6ea

Please sign in to comment.