Skip to content

Commit

Permalink
More clear caption for chapter "COM Threading Model".
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Jan 4, 2019
1 parent 456a8e9 commit d71c19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HowTo.txt
Expand Up @@ -452,11 +452,11 @@ e.g.



COM Model
COM Threading Model
------------------------------------------------------------------------------------
By default, pywinauto sets up the client Multithreading COM model (MTA) on init if
no other model was defined prior to import of pywinauto. The model can be set up by
another imported module implicitly or specified explicitly through ``sys.coinit_flags``
another imported module implicitly or specified explicitly through ``sys.coinit_flags``.

Example for overriding MTA by setting the single threaded appartment model explicitly.

Expand Down

0 comments on commit d71c19f

Please sign in to comment.