Skip to content

Commit

Permalink
Python docs: fix quotes PR #31197
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Nov 3, 2017
1 parent 3a2cf94 commit 5c4352f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/python.md
Expand Up @@ -165,7 +165,7 @@ run the script in the `python3` shell.

```py
#! /usr/bin/env nix-shell
#! nix-shell -i python3 -p 'python3.withPackages(ps: [ps.numpy])'
#! nix-shell -i python3 -p "python3.withPackages(ps: [ps.numpy])"

import numpy

Expand Down

0 comments on commit 5c4352f

Please sign in to comment.