Skip to content

Commit dbbf70e

Browse files
stepbrobdfricklerhandwerk
authored andcommitted
doc/packages/python-tree-sitter: fix typo
1 parent 82b3269 commit dbbf70e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/packages/python-tree-sitter.section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For example, to experiment with the Rust grammar, you can create a shell environ
88

99
```nix
1010
{
11-
pkgs ? <nixpkgs> { },
11+
pkgs ? import <nixpkgs> { },
1212
}:
1313
1414
pkgs.mkShell {

0 commit comments

Comments
 (0)