Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Sep 21, 2023
1 parent 9f60184 commit ec9c56a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Utilities
Evaluating Python expressions from strings
==========================================

nanobind provides the :py:func:`eval` and :py:func:`exec` functions to evaluate
Python expressions and statements. The following example illustrates how they
can be used.
nanobind provides the :cpp:func:`eval` and :cpp:func:`exec` functions to
evaluate Python expressions and statements. The following example illustrates
how they can be used.

.. code-block:: cpp
Expand Down

0 comments on commit ec9c56a

Please sign in to comment.