From 43b6a23a895da7e5025eb9a0c75207ced1fff207 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Sun, 7 Feb 2016 17:24:41 +0100 Subject: [PATCH] minor comment about binding static methods --- docs/classes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/classes.rst b/docs/classes.rst index cfe349fda..c98f8da2e 100644 --- a/docs/classes.rst +++ b/docs/classes.rst @@ -57,6 +57,11 @@ interactive Python session demonstrating this example is shown below: >>> p.getName() u'Charly' +.. seealso:: + + Static member functions can be bound in the same way using + :func:`class_::def_static`. + Keyword and default arguments ============================= It is possible to specify keyword and default arguments using the syntax