mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: python-nestedtext: Fix typo in description.
* gnu/packages/python-xyz.scm (python-nestedtext) [description]: Fix typo.
This commit is contained in:
parent
6dbac0d2e4
commit
3cca373b2e
1 changed files with 1 additions and 1 deletions
|
@ -23805,7 +23805,7 @@ (define-public python-nestedtext
|
|||
"NestedText is a file format for holding data that is to be entered, edited, or
|
||||
viewed by people. It allows data to be organized into a nested collection of
|
||||
dictionaries, lists, and strings. In this way it is similar to JSON and YAML, but
|
||||
without the complexity and risk of YAML and without the syntatic clutter of JSON.
|
||||
without the complexity and risk of YAML and without the syntactic clutter of JSON.
|
||||
NestedText is both simple and natural. Only a small number of concepts and rules must
|
||||
be kept in mind when creating it. It is easily created, modified, or viewed with
|
||||
a text editor and easily understood and used by both programmers and non-programmers.")
|
||||
|
|
Loading…
Reference in a new issue