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

This commit is contained in:
Yifei Sun 2025-06-26 15:14:29 +02:00 committed by Valentin Gagarin
parent 82b3269096
commit dbbf70e0a8

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 {