Skip to content

Commit 50ac881

Browse files
committed
minor #7849 Update page_creation.rst to correct hidden colon (tomgrandy)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7849). Discussion ---------- Update page_creation.rst to correct hidden colon 86-87: Italicized word covers top of colon Old: The method below the route - ``numberAction()`` - is called the *controller*: this is a function where *you* New: The method below the route - ``numberAction()`` - is called the *controller*. This is a function where *you* Instead of having the top of the colon bleed into the italicized word "controller" it makes visual sense to have the sentence end with a period and the next "This is a function..." begin with a capital letter since it can stand on its own as a sentence. Commits ------- c859e9d Update page_creation.rst to correct hidden colon
2 parents 38b3a9e + c859e9d commit 50ac881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_creation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ to creating a page?
7979
in its own section, including how to make *variable* URLs;
8080

8181
#. *Create a controller*: The method below the route - ``numberAction()`` - is called
82-
the *controller*: this is a function where *you* build the page and ultimately
82+
the *controller*. This is a function where *you* build the page and ultimately
8383
return a ``Response`` object. You'll learn more about :doc:`controllers </controller>`
8484
in their own section, including how to return JSON responses.
8585

0 commit comments

Comments
 (0)