Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit 3222c15

Browse files
authored
fixed decorator ref (#774)
1 parent c25538d commit 3222c15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/rst/numba.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,9 @@ In the code above we created a JIT compiled version of ``qm`` via the call
197197
qm_numba = jit(qm)
198198
199199
200-
In practice this would typically be done using an alternative syntax based on
201-
decorators.
200+
In practice this would typically be done using an alternative *decorator* syntax.
201+
202+
(We will explain all about decorators in a :doc:`later lecture <python_advanced_features>` but you can skip the details at this stage.)
202203

203204
Let's see how this is done.
204205

0 commit comments

Comments
 (0)