@@ -135,7 +135,7 @@ def list_tasks_allproc(
135135
136136 Args:
137137 context: The context to retrieve required elements (layers, symbol tables) from
138- kernel_module_name: The name of the the kernel module on which to operate
138+ kernel_module_name: The name of the kernel module on which to operate
139139 filter_func: A function which takes a process object and returns True if the process should be ignored/filtered
140140
141141 Returns:
@@ -180,7 +180,7 @@ def list_tasks_tasks(
180180
181181 Args:
182182 context: The context to retrieve required elements (layers, symbol tables) from
183- kernel_module_name: The name of the the kernel module on which to operate
183+ kernel_module_name: The name of the kernel module on which to operate
184184 filter_func: A function which takes a task object and returns True if the task should be ignored/filtered
185185
186186 Returns:
@@ -224,7 +224,7 @@ def list_tasks_sessions(
224224
225225 Args:
226226 context: The context to retrieve required elements (layers, symbol tables) from
227- kernel_module_name: The name of the the kernel module on which to operate
227+ kernel_module_name: The name of the kernel module on which to operate
228228 filter_func: A function which takes a task object and returns True if the task should be ignored/filtered
229229
230230 Returns:
@@ -259,7 +259,7 @@ def list_tasks_process_group(
259259
260260 Args:
261261 context: The context to retrieve required elements (layers, symbol tables) from
262- kernel_module_name: The name of the the kernel module on which to operate
262+ kernel_module_name: The name of the kernel module on which to operate
263263 filter_func: A function which takes a task object and returns True if the task should be ignored/filtered
264264
265265 Returns:
@@ -297,7 +297,7 @@ def list_tasks_pid_hash_table(
297297
298298 Args:
299299 context: The context to retrieve required elements (layers, symbol tables) from
300- kernel_module_name: The name of the the kernel module on which to operate
300+ kernel_module_name: The name of the kernel module on which to operate
301301 filter_func: A function which takes a task object and returns True if the task should be ignored/filtered
302302
303303 Returns:
0 commit comments