Skip to content

Commit

Permalink
doc/config: Fix typo in default_call_guard URL
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI authored Aug 1, 2020
1 parent 022cd0d commit bd840b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Config file directives:
* ``default_member_rvalue_reference_return_value_policy``, specify return value policy for member functions returning r-value reference. Default
is 'pybind11::return_value_policy::automatic'.

* ``default_call_guard``, optionally specify a call guard applied to all function definitions. See `pybind11 documentation <http://pybind11.readthedocs.io/en/stable/advanced/functions.html#call-guard`_. Default None.
* ``default_call_guard``, optionally specify a call guard applied to all function definitions. See `pybind11 documentation <http://pybind11.readthedocs.io/en/stable/advanced/functions.html#call-guard>`_. Default None.



Expand Down

0 comments on commit bd840b0

Please sign in to comment.