Update return doc in python_requirements_info (#66519)

not_found is a list and not dict
This commit is contained in:
Stanislav German-Evtushenko 2020-01-17 11:40:14 +09:00 committed by Abhijeet Kasurde
parent 1f340721a7
commit 5edd076241

View file

@ -81,7 +81,7 @@ mismatched:
not_found: not_found:
description: A list of packages that could not be imported at all, and are not installed description: A list of packages that could not be imported at all, and are not installed
returned: always returned: always
type: dict type: list
sample: sample:
- boto4 - boto4
- requests - requests