Merge "Fix a few typos"

This commit is contained in:
Jenkins 2017-06-15 07:17:50 +00:00 committed by Gerrit Code Review
commit 2983962fb7
2 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ class cached_property(object):
Taken from : https://github.com/nshah/python-memoize
The function wrapped is called the first time to retrieve the result
and than that calculated result is used the next time you access
and then that calculated result is used the next time you access
the value:
class Foo(object):

View File

@ -29,12 +29,12 @@ Event Simulator Overview
========================
We use this to simulate all the threads of Trove running.
i.e (api,taskmanager,probocsis tests) All the services end
i.e. (api,taskmanager,proboscis tests). All the services end
up sleeping and having to wait for something to happen at times.
Monkey Patching Methods
-----------------------
We monkey patch a few method to make this happen.
We monkey patch a few methods to make this happen.
A few sleep methods with a fake_sleep.
* time.sleep