Skip to content

Commit 7eb9aab

Browse files
committed
fix: lint text
1 parent 10b7346 commit 7eb9aab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/pt/docs/languages/python/libraries.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Usando bibliotecas de instrumentação
33
linkTitle: Bibliotecas
44
weight: 40
55
default_lang_commit: 918511661af010726c8847d7fe41a46231fa59cc
6-
cSpell:ignore: httpx instrumentor uninstrument
6+
cSpell:ignore: httpx instrumentor uninstrument desinstrumentar
77
---
88

99
{{% docs/languages/libraries-intro "python" %}}
@@ -71,8 +71,8 @@ async with httpx.AsyncClient() as client:
7171

7272
### Desativar instrumentações {#turn-off-instrumentations}
7373

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:
7676

7777
```python
7878
import httpx

0 commit comments

Comments
 (0)