Commit b8335e8
committed
minor #8111 QuestionHelper -
This PR was merged into the 3.3 branch.
Discussion
----------
QuestionHelper - `disableStty` is static method
The docs suggest disabling stty must be done on each instance of `QuestionHelper`, however it is a static method setting a static property, i.e. it effects _all_ instances.
Besides, its always a good idea to call `static` methods using the `static` call syntax.
Commits
-------
c48d595 Update questionhelper.rstdisableStty is static method (SpacePossum)1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
222 | | - | |
| 223 | + | |
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
| |||
0 commit comments