You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments