Browse Source

python-pytest: Fix typo in SUMMARY

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Jeremy Puhlman 4 years ago
parent
commit
056dbf5548
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-python/recipes-devtools/python/python-pytest.inc

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

@@ -1,4 +1,4 @@
-SUMMARY = "Simple powerful teting with python"
+SUMMARY = "Simple powerful testing with python"
 HOMEPAGE = "http://pytest.org"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"