You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #8111 QuestionHelper - disableStty is static method (SpacePossum)
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.rst
0 commit comments