Commit 50ac881
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 colon1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments