File tree 1 file changed +3
-3
lines changed
content/pt/docs/languages/python
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Usando bibliotecas de instrumentação
3
3
linkTitle : Bibliotecas
4
4
weight : 40
5
5
default_lang_commit : 918511661af010726c8847d7fe41a46231fa59cc
6
- cSpell:ignore : httpx instrumentor uninstrument
6
+ cSpell:ignore : httpx instrumentor uninstrument desinstrumentar
7
7
---
8
8
9
9
{{% docs/languages/libraries-intro "python" %}}
@@ -71,8 +71,8 @@ async with httpx.AsyncClient() as client:
71
71
72
72
### Desativar instrumentações {#turn-off-instrumentations}
73
73
74
- Se necessário, você pode desinstrumentar clientes específicos ou
75
- todos os clientes usando o método ` uninstrument_client ` . Por exemplo:
74
+ Se necessário, você pode desinstrumentar clientes específicos ou todos os
75
+ clientes usando o método ` uninstrument_client ` . Por exemplo:
76
76
77
77
``` python
78
78
import httpx
You can’t perform that action at this time.
0 commit comments