We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d080f83 commit 28f3df7Copy full SHA for 28f3df7
docs/advanced/embedding.rst
@@ -111,7 +111,7 @@ Python modules can be imported using `module::import()`:
111
.. code-block:: cpp
112
113
py::module sys = py::module::import("sys");
114
- py::print(sys.attr("path"))
+ py::print(sys.attr("path"));
115
116
For convenience, the current working directory is included in ``sys.path`` when
117
embedding the interpreter. This makes it easy to import local Python files:
0 commit comments