diff --git a/clmctest/monitoring/LineProtocolGenerator.py b/clmctest/monitoring/LineProtocolGenerator.py
index 5bda4b4b8674cecfa63e403f281b680dc6297541..47766fbaede9506ef4da75fe44d1bbb463b2e72d 100644
--- a/clmctest/monitoring/LineProtocolGenerator.py
+++ b/clmctest/monitoring/LineProtocolGenerator.py
@@ -78,7 +78,7 @@ def generate_endpoint_config(cpu, mem, storage, time, **kwargs):
     :param mem: memory of VM endpoint
     :param storage: storage capacity of VM endpoint
     :param time: time of measurement
-    :param kwargs: 'pythonic-style' keyword arguments used to store the state as a key and it's respective state period (in seconds) as value
+    :param kwargs: 'python-style' keyword arguments used to store the state as a key and it's respective state period (in seconds) as value
     :return: dictionary object representing the data to post on influx
     """
 
diff --git a/clmctest/monitoring/test_simresults.py b/clmctest/monitoring/test_simresults.py
index 45fc0cf6f7e61465c9ef38229d7a631d425dcaa0..5ca648984beb747a43b7aa850a21cf213279f950 100644
--- a/clmctest/monitoring/test_simresults.py
+++ b/clmctest/monitoring/test_simresults.py
@@ -45,7 +45,6 @@ class TestSimulation(object):
         :param query: the query to execute (value obtained from the pytest parameter decorator)
         :param expected_result: the result expected from executing the query (value obtained from the pytest parameter decorator)
         :param influx_db the import db client fixture - imported from contest.py
-        :param run_simulation_fixture: the imported fixture to use to generate the testing data - the return value of the fixture is not needed in this case
         """
 
         # pytest automatically goes through all queries under test, declared in the parameters decorator