diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-31 09:42:07 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-31 09:42:07 +0100 |
commit | 074ca5a45ebd5ddc4238a15d61d7199ef3f8351c (patch) | |
tree | 4e694235bebb04cfd17e7bd8da9aea358a81323b /package/python-typing | |
parent | 864f85262f3fdeb3ea76a777e62f31ccc12c75ed (diff) | |
download | buildroot-074ca5a45ebd5ddc4238a15d61d7199ef3f8351c.tar.gz buildroot-074ca5a45ebd5ddc4238a15d61d7199ef3f8351c.zip |
python-typing: rewrap Config.in help text
Fixes the following check-package warning:
package/python-typing/Config.in:5: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-typing')
-rw-r--r-- | package/python-typing/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-typing/Config.in b/package/python-typing/Config.in index d5350bccd0..81b7d71b4b 100644 --- a/package/python-typing/Config.in +++ b/package/python-typing/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_PYTHON_TYPING bool "python-typing" depends on BR2_PACKAGE_PYTHON help - Type Hints for Python. This is a backport of the standard library - typing module to Python versions older than 3.5. + Type Hints for Python. This is a backport of the standard + library typing module to Python versions older than 3.5. https://docs.python.org/3/library/typing.html |