We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5260e commit 8d1aabcCopy full SHA for 8d1aabc
1 file changed
user_guide_src/source/tutorial/static_pages.rst
@@ -93,7 +93,7 @@ Now, when the requested page does exist, it is loaded, including the header and
93
footer, and returned to the user. If a controller returns a string, it is
94
displayed to the user.
95
96
-.. note:: Controllers must return a string or a Response object.
+.. note:: Controllers must return a string or a :doc:`Response <../outgoing/response>` object.
97
98
If the requested page doesn't exist, a "404 Page not found" error is shown.
99
0 commit comments