diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html index e7d458c4d..fac680825 100644 --- a/Doc/Manual/Python.html +++ b/Doc/Manual/Python.html @@ -2534,13 +2534,13 @@ slot:
+%feature("python:slot", "tp_hash", functype="hashfunc") Cheese::cheeseHashFunc;
+
 class Cheese {
 public:
     Cheese (const char *name);
     long cheeseHashFunc () const;
 };
-
-%feature("python:slot", "tp_hash", functype="hashfunc") Cheese::cheeseHashFunc;