Skip to content

Commit f01a7b0

Browse files
authored
Merge pull request #3535 from bdarnell/typo-652
docs: Fix a broken link in release notes
2 parents abf50bc + fbe1d19 commit f01a7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/releases/v6.5.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Bug fixes
1111
- Improved logging for invalid ``Host`` headers. This was previously logged as an uncaught
1212
exception with a stack trace, now it is simply a 400 response (logged as a warning in the
1313
access log).
14-
- Restored the ``host`` argument to ``.HTTPServerRequest``. This argument is deprecated
14+
- Restored the ``host`` argument to `.HTTPServerRequest`. This argument is deprecated
1515
and will be removed in the future, but its removal with no warning in 6.5.0 was a mistake.
1616
- Removed a debugging print statement that was left in the code.
1717
- Improved type hints for ``gen.multi``.

0 commit comments

Comments
 (0)