diff --git a/docs/web3.shh.rst b/docs/web3.shh.rst index 2df5fe4..cdb925e 100644 --- a/docs/web3.shh.rst +++ b/docs/web3.shh.rst @@ -68,21 +68,15 @@ The following methods are available on the ``web3.shh`` namespace. * Returns ``address`` of newly created group. - .. code-block:: python - - >>>web3.shh.newGroup() - u'0xc65f283f440fd6cabea4dd7a2c807108f651b7135d1d6ca90931d93e97ab07fe42d923478ba2407d5b68aa497e4619ac10aa3b27726e1863c1fd9b570d99bbaf' + .. note:: This method is not implemented yet in ``Geth``. `Open Issue `_ .. py:method:: Shh.addToGroup(self, identity) * Delegates to ``shh_addToGroup`` RPC Method - * Return ``True`` if the identity was succesfully added to the group,otherwise ``False`` + * Returns ``True`` if the identity was succesfully added to the group,otherwise ``False`` - .. code-block:: python - - >>>web3.shh.addToGroup(u'0xc65f283f440fd6cabea4dd7a2c807108f651b7135d1d6ca90931d93e97ab07fe42d923478ba2407d5b68aa497e4619ac10aa3b27726e1863c1fd9b570d99bbaf') - True + .. note:: This method is not implemented yet in ``Geth``. `Open Issue `_ .. py:method:: Shh.filter(self, filter_params)