From d031efe78890f673e6ea8d8f2175058881b1e006 Mon Sep 17 00:00:00 2001 From: Lin Hsu Date: Sat, 13 Jun 2020 23:24:44 +0800 Subject: [PATCH] Typo --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 4d491fb8..b6856291 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -5,7 +5,7 @@ Frequently asked questions =========================================================== 1. Make sure that the name specified in PYBIND11_MODULE is identical to the -filename of the extension library (without prefixes such as .so) +filename of the extension library (without suffixes such as .so) 2. If the above did not fix the issue, you are likely using an incompatible version of Python (for instance, the extension library was compiled against