Browse Source

python-configparser.inc: Fix SUMMARY

SUMMARY contained a non-ascii char (’ instead of ') which caused
pkg.info_installed to fail.

Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Alexandru Vasiu 5 years ago
parent
commit
6646362e73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-python/recipes-devtools/python/python-configparser.inc

+ 1 - 1
meta-python/recipes-devtools/python/python-configparser.inc

@@ -1,4 +1,4 @@
-SUMMARY = "This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to whats found in Microsoft Windows INI files."
+SUMMARY = "This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what's found in Microsoft Windows INI files."
 SECTION = "devel/python"
 HOMEPAGE = "https://docs.python.org/3/library/configparser.html"
 LICENSE = "MIT"