Skip to content

Commit

Permalink
mention '~' event handler prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Mar 25, 2017
1 parent dcdcd10 commit 13db030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/include-cmd-scripting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
'20': ['print', 'action2'],
'99': ['branch', 'sample.verbose=', 'print="Some log message"']}
``method.get`` is also great to see what system handlers are registered,
they often (always?) begin with a ``!`` to ensure they sort before any user-defined handlers.
``method.get`` is also great to see what system handlers are registered.
They often begin with a ``!`` or ``~`` to ensure they sort before / after any user-defined handlers.

.. code-block:: shell
Expand Down

0 comments on commit 13db030

Please sign in to comment.