Mieszko
|
9db775e2dd
|
Minor typos fixed
According to Cambrigde English Dictionary "web server" ==correct, "webserver" ==incorrect.
|
10 years ago |
Markus Unterwaditzer
|
e916047309
|
Merge pull request #1242 from Winnetou/patch-4
Minor typos fixed
|
10 years ago |
Mieszko
|
5c7557917b
|
Minor typos fixed
|
10 years ago |
Markus Unterwaditzer
|
6fcc2ae3f4
|
Merge pull request #1240 from defuz/docs-style-fix-2
Docs style fixes: ``FOO`` vs `FOO` (reloaded)
|
10 years ago |
defuz
|
7e157ee589
|
docs: ``http://...``
|
10 years ago |
defuz
|
974e144843
|
docs: remove unnecessary colons
|
10 years ago |
defuz
|
eb05001f8a
|
docs: Don't touch markdown files
|
10 years ago |
defuz
|
1501b79293
|
docs: :exc:`TypeError`
|
10 years ago |
defuz
|
5562acfdfc
|
docs: fix warnings
|
10 years ago |
defuz
|
d6f5eb8def
|
docs: `script` -> ``script``
|
10 years ago |
defuz
|
d338dc8a13
|
docs: ``.html``, ``.py``
|
10 years ago |
defuz
|
d4b9b9854c
|
docs: :mimetype:`application/json`
|
10 years ago |
defuz
|
663802e976
|
docs: ``with``, ``for``, ``self``
|
10 years ago |
defuz
|
0bb4de1e3b
|
docs: ``<body>``, ``|safe``
|
10 years ago |
defuz
|
17eee81da0
|
docs: ``Flask-Uploads``, ``X-Forwarded-Host``
|
10 years ago |
defuz
|
06d9a5e738
|
docs: :file:`/var/www/foo`, ``/static``
|
10 years ago |
defuz
|
ad011bc32d
|
docs: ``DEBUG``, ``SERVER_NAME``, ``PATH_INFO``
|
10 years ago |
defuz
|
02694d609f
|
docs: :command:`pip`, :option:`--debug`
|
10 years ago |
defuz
|
936e787cca
|
docs: requirements.rst -> requirements.txt
|
10 years ago |
defuz
|
a8f570cc62
|
docs: :file:`app.py`, :file:`yourapp/templates`
|
10 years ago |
defuz
|
3fa4fd0908
|
docs: http method names like ``GET`` and ``POST``
|
10 years ago |
defuz
|
8284217593
|
docs: ``True``, ``False`` and ``None``
|
10 years ago |
defuz
|
6dbb015b43
|
docs: `HTTP` -> HTTP
|
10 years ago |
Markus Unterwaditzer
|
2ab91446f6
|
Merge pull request #1237 from Winnetou/patch-3
explain_template_loading_attempts: docstring
|
10 years ago |
Mieszko
|
28e30322fa
|
explain_template_loading_attempts: docstring
A verb apparently missing.
|
10 years ago |
Markus Unterwaditzer
|
70a33ed49b
|
Merge pull request #1235 from flowerhack/master
Tweaked sqlite3 documentation
|
10 years ago |
flowerhack
|
bcba7eb397
|
Tweaked sqlite3 documentation
|
10 years ago |
Markus Unterwaditzer
|
54def62657
|
Merge pull request #1234 from Winnetou/patch-2
Minor typos and spelling fixed
|
10 years ago |
Mieszko
|
2cfdf7a839
|
Minor typos and spelling fixed
According to http://dictionary.cambridge.org/ "webserver" is incorrect, "web server" = correct
|
10 years ago |
Markus Unterwaditzer
|
a1b273658d
|
Merge pull request #1222 from defuz/templates_auto_reload-eq-none
Set TEMPLATE_AUTO_RELOAD default value to None
|
10 years ago |
Ivan Ivaschenko
|
6a6acfbb09
|
Using double-backticks: ``None``
|
10 years ago |
defuz
|
76f3d6b45e
|
improve TEMPLATE_AUTO_RELOAD docs
|
10 years ago |
Markus Unterwaditzer
|
84efebd6be
|
Merge pull request #1225 from s3rvac/typo-and-cosmetic-fixes
Typo and cosmetic fixes
|
10 years ago |
Petr Zemek
|
d4f6734741
|
Remove a redundant "the" in a comment.
|
10 years ago |
Petr Zemek
|
6b9fd4a968
|
Fix a typo in a comment in MethodViewType.__new__.
|
10 years ago |
Petr Zemek
|
3159c86166
|
Unify the uses of "sourcecode" vs "source code".
Use "source code", which is more grammatically correct.
|
10 years ago |
Petr Zemek
|
92854cb386
|
Add a missing period in the description of the signals module.
|
10 years ago |
Petr Zemek
|
0f3f476dcf
|
Fix a typo in the description of SecureCookieSession.
The term "base class" (with a space) is used in another file, so use it here as well to make the wording consistent across the whole project.
|
10 years ago |
Petr Zemek
|
3767e7ba4f
|
Unify the uses of "urls" vs "URLs".
Use "URLs", which is more prevailing in the source code.
|
10 years ago |
Petr Zemek
|
d1423b3e16
|
Unify the uses of "file system" vs "fileystem".
Use "filesystem", which is more prevailing in the source code.
|
10 years ago |
Petr Zemek
|
ebab6718f7
|
Unify the uses of "testsuite" vs "test suite".
Use "test suite", which is more prevailing in the source code.
|
10 years ago |
Petr Zemek
|
ec3d5800f2
|
Put two spaces before inline comments when there is only one space.
PEP8 (E261) suggests to use at least two spaces before inline comments.
|
10 years ago |
Petr Zemek
|
4840fc0edc
|
Change `== None` to `is None`.
PEP8 (E711) suggests that comparison to None should be `cond is None`.
|
10 years ago |
Petr Zemek
|
e41bf1e181
|
Remove two redundant empty lines.
PEP8 suggests to use two empty lines to separate functions, not three.
|
10 years ago |
Petr Zemek
|
47d7f20d9b
|
Fix two typos in the description of FlaskGroup.
|
10 years ago |
defuz
|
f88765d504
|
set TEMPLATE_AUTO_RELOAD default value to None
|
10 years ago |
Markus Unterwaditzer
|
5c6d789e7b
|
Fix broken link
|
10 years ago |
Markus Unterwaditzer
|
fe2d75e1f4
|
Merge pull request #1213 from defuz/config-patch
Add trim_namespace argument for app.config.get_namespace (with tests)
|
10 years ago |
Markus Unterwaditzer
|
7b3e52b06f
|
Merge pull request #1217 from jeffwidman/patch-1
Fix typo: "lated later" >> "added later"
|
10 years ago |
Jeff Widman
|
193b94b0ea
|
Fix typo: "lated later" >> "added later"
|
10 years ago |