treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -70,7 +70,7 @@ in
|
||||
value must be a function which receives the attrset defined
|
||||
in <varname>python3Packages</varname> as the sole argument.
|
||||
'';
|
||||
example = literalExample ''p: [ p.lxml p.requests ]'';
|
||||
example = literalExample "p: [ p.lxml p.requests ]";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user