Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 80d4942

Browse files
authored
Fix typo in README for 'allow_net' usage
Corrected a typo in the README regarding 'allow_net'.
1 parent 3ac157e commit 80d4942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ LangChain Sandbox provides a secure environment for executing untrusted Python c
3636

3737

3838
> [!warning]
39-
> Use `alllow_net` to limit the network requests that can be made by the sandboxed code to avoid SSRF attacks
39+
> Use `allow_net` to limit the network requests that can be made by the sandboxed code to avoid SSRF attacks
4040
> https://docs.deno.com/runtime/fundamentals/security/#network-access
4141

4242
```python

0 commit comments

Comments
 (0)