Fix a couple of typos in doc strings
Change-Id: I976c619d7afbc6b4672bbb7472af918b8a43c3ff
This commit is contained in:
committed by
Boris Pavlovic
parent
7925c1200c
commit
53b6618324
@@ -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.
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user