Skip to content

Commit

Permalink
Fix mispelling in basics.rst (pybind#2614)
Browse files Browse the repository at this point in the history
Replaced adviced with advised.
  • Loading branch information
winksaville authored Oct 21, 2020
1 parent 86d3e9e commit 7c26c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on various C++11 language features that break older versions of Visual Studio.

To use the C++17 in Visual Studio 2017 (MSVC 14.1), pybind11 requires the flag
``/permissive-`` to be passed to the compiler `to enforce standard conformance`_. When
building with Visual Studio 2019, this is not strictly necessary, but still adviced.
building with Visual Studio 2019, this is not strictly necessary, but still advised.

.. _`to enforce standard conformance`: https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=vs-2017

Expand Down

0 comments on commit 7c26c71

Please sign in to comment.