mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-24 14:15:11 +00:00
Fix issue with docs
This commit is contained in:
parent
706ece4ba5
commit
b42f2af090
@ -332,8 +332,8 @@ Handling warnings from the Python C API
|
||||
=====================================
|
||||
|
||||
Wrappers for handling Python warnings are implemented in ``pybind11/warnings.h``,
|
||||
which must be ``#include``ed explicitly (in other words, it is not transitively
|
||||
included with ``pybind11/pybind11.h``).
|
||||
which means that ``#include`` must be added explicitly (in other words, it is not
|
||||
transitively included with ``pybind11/pybind11.h``).
|
||||
|
||||
Warnings can be raised with the ``warn`` function:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user