Skip to content

Commit 47ce1a7

Browse files
yanyongyugalshi
andauthored
Apply suggestion from @galshi
Co-authored-by: galshi <59773096+galshi@users.noreply.github.com>
1 parent a8327c3 commit 47ce1a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage/getting-started/reusing-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ resp = github.rest.repos.get(owner="owner", repo="repo")
4747

4848
!!! warning
4949

50-
Repeatedly creating new HTTP clients may lead to **memory leaks**. We strongly recommend **using the context manager** for any workload that makes multiple API calls.
50+
Repeatedly creating new HTTP clients may lead to **memory leaks**. We strongly recommend **using the context manager** for any workload that makes multiple API calls or long running processes.

0 commit comments

Comments
 (0)