Skip to content

Commit cdd3190

Browse files
committed
Capitalization changes in web.rst
Replaced: * python with Python * javascript with JavaScript
1 parent 74b6d1d commit cdd3190

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/scenarios/web.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ and to the templates themselves.
271271
templates. This convenience can lead to uncontrolled
272272
increase in complexity, and often harder to find bugs.
273273

274-
- It is often necessary to mix javascript templates with
274+
- It is often necessary to mix JavaScript templates with
275275
HTML templates. A sane approach to this design is to isolate
276276
the parts where the HTML template passes some variable content
277-
to the javascript code.
277+
to the JavaScript code.
278278

279279

280280

@@ -370,7 +370,7 @@ The `base.html` file can be used as base for all site pages which are for exampl
370370
</body>
371371

372372

373-
The next listing is our site page (`site.html`) loaded in the python app which extends `base.html`. The content block is
373+
The next listing is our site page (`site.html`) loaded in the Python app which extends `base.html`. The content block is
374374
automatically set into the corresponding block in the base.html page.
375375

376376
.. code-block:: html

0 commit comments

Comments
 (0)