Skip to content

Commit

Permalink
Fix doc typo (#631)
Browse files Browse the repository at this point in the history
Co-authored-by: N. Ben Cohen <[email protected]>
  • Loading branch information
breathe and N. Ben Cohen authored Jul 6, 2024
1 parent 9582f92 commit f3a6d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api_cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stubs>`.
* - ``COMPONENT``
- Specify a component when ``INSTALL_TIME`` stub generation is used.
Expand Down

0 comments on commit f3a6d54

Please sign in to comment.