From f3a6d541e8bffe67f35aefd3aeafbffb01d31097 Mon Sep 17 00:00:00 2001 From: breathe Date: Sat, 6 Jul 2024 10:17:42 -0600 Subject: [PATCH] Fix doc typo (#631) Co-authored-by: N. Ben Cohen --- docs/api_cmake.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api_cmake.rst b/docs/api_cmake.rst index 88b95e48..f52d7d12 100644 --- a/docs/api_cmake.rst +++ b/docs/api_cmake.rst @@ -458,8 +458,8 @@ Nanobind's CMake tooling includes a convenience command to interface with the empty file named ``py.typed`` in each module directory. When this parameter is specified, :cmake:command:`nanobind_add_stub` will automatically generate such an empty file as well. - * - ``PATCH_FILE`` - - Specify a patch file used to replace declarations in the stub. The + * - ``PATTERN_FILE`` + - Specify a pattern file used to replace declarations in the stub. The syntax is described in the section on :ref:`stub generation `. * - ``COMPONENT`` - Specify a component when ``INSTALL_TIME`` stub generation is used.