diff --git a/dataprocessing/dpsim.py b/dataprocessing/dpsim.py
index 6ba330338348b5d445edf86fd0e3115516283663..212ba7a79477cb914d2f9cdcda55264a2747c8de 100644
--- a/dataprocessing/dpsim.py
+++ b/dataprocessing/dpsim.py
@@ -18,7 +18,7 @@ def get_node_voltage_phasors(dpsim_timeseries_list):
     return voltage_phasor_list
 
 def get_node_emt_voltages(timeseries_list, freq):
-    """Calculate voltage phasors of all nodes
+    """Calculate EMT results of all nodes
     :param timeseries_list: timeseries list retrieved from dpsim results
     :return:
     """