From: Ben Darnell Date: Sun, 18 Jan 2015 18:33:45 +0000 (-0500) Subject: Fix broken link in docs. X-Git-Tag: v4.1.0b1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceb2ad12dd9a167c83faedc394d9900c80279f33;p=thirdparty%2Ftornado.git Fix broken link in docs. --- diff --git a/docs/releases/next.rst b/docs/releases/next.rst index 62ee01dcd..9c03893e6 100644 --- a/docs/releases/next.rst +++ b/docs/releases/next.rst @@ -73,7 +73,7 @@ In progress for certificate validation. * Malformed ``_xsrf`` cookies are now ignored instead of causing uncaught exceptions. -* `.Application.start_request` now has the same signature as +* ``Application.start_request`` now has the same signature as `.HTTPServerConnectionDelegate.start_request`. * `.HTTPServer` now calls ``start_request`` with the correct arguments. This change is backwards-incompatible, afffecting any