Skip to content

Commit 2d78965

Browse files
committed
docs: remove reference
1 parent 1af8c72 commit 2d78965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/Core/Tornado/Server/TornadoService.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def export_streamToClient(self, myDataToSend, token):
7373
:py:class:`BaseRequestHandler <DIRAC.Core.Tornado.Server.private.BaseRequestHandler.BaseRequestHandler>` for more details.
7474
7575
In order to pass information around and keep some states, we use instance attributes.
76-
These are initialized in the :py:meth:`.initialize` method.
76+
These are initialized in the ``initialize`` methods.
7777
7878
The handler only define the ``post`` verb. Please refer to :py:meth:`.post` for the details.
7979

0 commit comments

Comments
 (0)