Skip to content

Commit

Permalink
minor python-environment.md improvement (#995)
Browse files Browse the repository at this point in the history
I noticed #993 mentions the one sentence per line convention. I found one line in `python-environment.md` that should follow that.
  • Loading branch information
eflanagan0 authored Jun 11, 2024
1 parent 3baba1b commit 03ece9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/guides/recipes/python-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ pkgs.mkShellNoCC {
```

This describes a shell environment with an instance of `python3` that includes the `flask` package using [`python3.withPackages`](https://nixos.org/manual/nixpkgs/stable/#python.withpackages-function).
It also contains [`curl`], a utility to perform web
requests, and [`jq`], a tool to parse and format JSON documents.
It also contains [`curl`], a utility to perform web requests, and [`jq`], a tool to parse and format JSON documents.

[`curl`]: https://search.nixos.org/packages?show=curl
[`jq`]: https://search.nixos.org/packages?show=jq
Expand Down

0 comments on commit 03ece9d

Please sign in to comment.