From ec9c56aa490be5f503c04f6e83b75b4d024e6115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Schl=C3=B6mer?= Date: Thu, 21 Sep 2023 11:49:56 +0200 Subject: [PATCH] typo --- docs/utilities.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/utilities.rst b/docs/utilities.rst index e9d61318..37d33377 100644 --- a/docs/utilities.rst +++ b/docs/utilities.rst @@ -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