diff options
| author | Pablo Iranzo Gómez <Pablo.Iranzo@gmail.com> | 2016-06-30 16:28:54 +0200 |
|---|---|---|
| committer | Pablo Iranzo Gómez <Pablo.Iranzo@gmail.com> | 2016-06-30 17:44:49 +0200 |
| commit | 74221942ef29f75a6bacf461e95df88c792136f5 (patch) | |
| tree | c7bb276470e245cdf0dcd9f62b58eaa661b45775 /taskflow/persistence | |
| parent | 21aa37553260b8a6a688657957612bc056b24e2b (diff) | |
| download | taskflow-74221942ef29f75a6bacf461e95df88c792136f5.tar.gz | |
Fix some misspellings in the function name and descriptions
Change-Id: I7e3451feb94b1f25b00c5e7b197bb6b527548306
Diffstat (limited to 'taskflow/persistence')
| -rw-r--r-- | taskflow/persistence/backends/impl_memory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/persistence/backends/impl_memory.py b/taskflow/persistence/backends/impl_memory.py index 1be48bb..3b6f10c 100644 --- a/taskflow/persistence/backends/impl_memory.py +++ b/taskflow/persistence/backends/impl_memory.py @@ -52,7 +52,7 @@ class FakeFilesystem(object): :meth:`~taskflow.persistence.backends.impl_memory.FakeFilesystem.get` or other read-only actions (like calling into :meth:`~taskflow.persistence.backends.impl_memory.FakeFilesystem.ls`) - are occuring at the same time. + are occurring at the same time. Example usage: |
