Skip to content

Commit ea77d5e

Browse files
committed
Touch up docs according to user feedback.
1 parent 8b974eb commit ea77d5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ Screenshot of the debugger in action:
115115

116116
.. admonition:: Working With Other Debuggers
117117

118-
Some third-party debuggers, e.g. PyDev and IntelliJ, are interrupted when
119-
``app`` reloads. To use these debuggers, set ``app.debug = False``.
118+
Debuggers interfere with each other. If you are using another debugger
119+
(e.g. PyDev or IntelliJ), you may need to set ``app.debug = False``.
120120

121121

122122
Routing

flask/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ def from_object(self, obj):
141141
142142
Objects are usually either modules or classes.
143143
144-
Just the uppercase variables in that object are stored in the config
145-
after lowercasing. Example usage::
144+
Just the uppercase variables in that object are stored in the config.
145+
Example usage::
146146
147147
app.config.from_object('yourapplication.default_config')
148148
from yourapplication import default_config

0 commit comments

Comments
 (0)