From 41a4fd8ae941406d6635df43f0e84021fc2a528f Mon Sep 17 00:00:00 2001 From: Patrik Huber Date: Tue, 3 Apr 2018 00:08:30 +0100 Subject: [PATCH] Fix missing word typo I think that there's the word "for" missing for that sentence to be correct. Please double-check that the sentence means what it's supposed to mean. :-) --- docs/advanced/misc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/misc.rst b/docs/advanced/misc.rst index be4699d3..5b38ec75 100644 --- a/docs/advanced/misc.rst +++ b/docs/advanced/misc.rst @@ -156,7 +156,7 @@ Naturally, both methods will fail when there are cyclic dependencies. Note that pybind11 code compiled with hidden-by-default symbol visibility (e.g. via the command line flag ``-fvisibility=hidden`` on GCC/Clang), which is -required proper pybind11 functionality, can interfere with the ability to +required for proper pybind11 functionality, can interfere with the ability to access types defined in another extension module. Working around this requires manually exporting types that are accessed by multiple extension modules; pybind11 provides a macro to do just this: