Skip to content

Commit

Permalink
Fix typo (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Jun 17, 2022
1 parent db3e6b2 commit 1e9bb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trustme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def tempfile(self, dir: Optional[str] = None) -> Generator[str, None, None]:
Many libraries have annoying APIs which require that certificates be
specified as filesystem paths, so even if you have already the data in
memory, you have to write it out to disk and then let them read it
back in again. If you encouter such a library, you should probably
back in again. If you encounter such a library, you should probably
file a bug. But in the mean time, this context manager makes it easy
to give them what they want.
Expand Down

0 comments on commit 1e9bb75

Please sign in to comment.