From a51cc396131c59051bc92328578e44a4419b7655 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 1 Jun 2020 22:13:01 +0200 Subject: [PATCH] proper docstring --- python/damask/_result.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/python/damask/_result.py b/python/damask/_result.py index 677dfc93a..476d6d24a 100644 --- a/python/damask/_result.py +++ b/python/damask/_result.py @@ -267,6 +267,13 @@ class Result: def rename(self,name_old,name_new): """ Rename datasets. + + Parameters + ---------- + name_old : str + name of the datasets to be renamed + name_new : str + new name of the datasets """ if self._allow_modification: