From 8ef28a0640b9fa82ca5bc860bcc97a6a4754cb74 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Mon, 13 Feb 2023 17:18:36 +0100 Subject: [PATCH] Fix minor documentation typo --- OOMAnalyser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OOMAnalyser.py b/OOMAnalyser.py index 5e76ea0..109c379 100644 --- a/OOMAnalyser.py +++ b/OOMAnalyser.py @@ -44,7 +44,7 @@ class document: @param names: A string representing the class name(s) to match; multiple class names are separated by whitespace. @type names: List(str) - @return: List(Node) + @rtype: List(Node) """ return [Node()]