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

authored by stepbrobd.com and committed by Valentin Gagarin dbbf70e0 82b32690

+1 -1
+1 -1
doc/packages/python-tree-sitter.section.md
··· 8 8 9 9 ```nix 10 10 { 11 - pkgs ? <nixpkgs> { }, 11 + pkgs ? import <nixpkgs> { }, 12 12 }: 13 13 14 14 pkgs.mkShell {