We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af8c72 commit 2d78965Copy full SHA for 2d78965
src/DIRAC/Core/Tornado/Server/TornadoService.py
@@ -73,7 +73,7 @@ def export_streamToClient(self, myDataToSend, token):
73
:py:class:`BaseRequestHandler <DIRAC.Core.Tornado.Server.private.BaseRequestHandler.BaseRequestHandler>` for more details.
74
75
In order to pass information around and keep some states, we use instance attributes.
76
- These are initialized in the :py:meth:`.initialize` method.
+ These are initialized in the ``initialize`` methods.
77
78
The handler only define the ``post`` verb. Please refer to :py:meth:`.post` for the details.
79
0 commit comments