Merge "Fix typo in docstring"

This commit is contained in:
Jenkins 2016-09-27 10:46:18 +00:00 committed by Gerrit Code Review
commit e372eb8dea
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class InMemoryFileSystem(object):
A very simplistic in-memory file system scheme.
There is one dictionary mapping a given object name to a tuple. The first
entry in the tuble is the cStringIO buffer representing the file contents,
entry in the tuple is the cStringIO buffer representing the file contents,
the second entry is the metadata dictionary.
"""