doc/packages/python-tree-sitter: fix typo

This commit is contained in:
Yifei Sun
2025-06-29 13:43:25 +02:00
committed by Valentin Gagarin
parent 82b3269096
commit dbbf70e0a8
+1 -1
View File
@@ -8,7 +8,7 @@ For example, to experiment with the Rust grammar, you can create a shell environ
```nix
{
pkgs ? <nixpkgs> { },
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {