Commit dbbf70e0 authored by Yifei Sun's avatar Yifei Sun Committed by Valentin Gagarin
Browse files

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

parent 82b32690
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {