diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:34:28 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:34:28 -0400 |
commit | e614aef4ebaaf55ede83afad84b5b773e71b10ec (patch) | |
tree | 253b1386a29d7ab82d76be877d784b9aef709a0d /libraries/pycparser | |
parent | 05be3f2bad35ac2fc0caaf7be52679409f9f978d (diff) |
libraries/pycparser: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/pycparser')
-rw-r--r-- | libraries/pycparser/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/pycparser/README b/libraries/pycparser/README index 65ad168ec51b..96f1d28c876e 100644 --- a/libraries/pycparser/README +++ b/libraries/pycparser/README @@ -1,3 +1,3 @@ -**pycparser** is a parser for the C language, written in pure Python. It is a -module designed to be easily integrated into applications that need to parse -C source code. +**pycparser** is a parser for the C language, written in pure +Python. It is a module designed to be easily integrated into +applications that need to parse C source code. |