Fix the common/utils typo

Fix a typo in common/utils.py

Change-Id: Ib4ec0b1e51d21ff521e4103327b9c3fe9b1f5ef2
This commit is contained in:
zhu.rong 2015-10-02 14:53:40 +08:00
parent 9978fc0e53
commit 393cc984fe
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ class Bundle(FileWrapperMixin):
return Bundle.from_file(file_obj)
def package_specs(self):
"""Returns a generator yeilding package specifications i.e.
"""Returns a generator yielding package specifications i.e.
dicts with 'Name' and 'Version' fields
"""
self._file.seek(0)