Fix a couple of typos in doc strings

Change-Id: I976c619d7afbc6b4672bbb7472af918b8a43c3ff
This commit is contained in:
Timur Sufiev
2015-12-28 21:34:19 +03:00
committed by Boris Pavlovic
parent 7925c1200c
commit 53b6618324
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ There are a couple of things that you should know about API before using it.
all trace points related to one trace from collector
* parent_id - <uuid> of parent trace point
* trace_id - <uuid> of current trace point
* info - it's dictionary that contains user information passed via calls of
* info - the dictionary that contains user information passed when calling
profiler **start()** & **stop()** methods.

View File

@@ -250,7 +250,7 @@ class _Profiler(object):
self._host = socket.gethostname()
def get_base_id(self):
"""Return base if of trace.
"""Return base id of a trace.
Base id is the same for all elements in one trace. It's main goal is
to be able to retrieve by one request all trace elements from storage.