Skip to content

Commit

Permalink
Fix quotations in CONTRIBUTING.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Feb 5, 2025
1 parent 15df104 commit b0b1b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Create a new git branch in your local repository, and start coding!
Tests can be run with `python -m unittest discover -v -s ./comtypes/test -t comtypes\test` command.

When `comtypes.client.GetModule` is called, it parses the COM library, generates `.py` files under `.../comtypes/gen/...`, imports and returns `Python` modules.
Those `.py` files act like caches.
Those `.py` files act like "caches".

If there are some problems with the developing code base, partial or non-executable modules might be created in `.../comtypes/gen/...`.
Importing them will cause some error.
Expand Down

0 comments on commit b0b1b9d

Please sign in to comment.