minor typo

This commit is contained in:
Ekaterina Tuzova
2015-09-23 19:41:02 +03:00
parent be470c7010
commit 89be2c4520
@@ -43,7 +43,7 @@ public class PyPackage extends InstalledPackage {
/**
* Checks if package meets requirement, descriped in [PEP-0386] format using {@link com.jetbrains.python.packaging.PyRequirement}
* Checks if package meets requirement, described in [PEP-0386] format using {@link PyRequirement}
*
* @param requirement to check if package matches
* @return true if matches.