From f7bbce19127f5411f7580194f2edbb8698bc9570 Mon Sep 17 00:00:00 2001 From: Vladimir Domnich Date: Fri, 26 Aug 2022 18:35:59 +0400 Subject: [PATCH] Fix misprints Signed-off-by: Vladimir Domnich --- robot/resources/lib/python_keywords/complex_object_actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot/resources/lib/python_keywords/complex_object_actions.py b/robot/resources/lib/python_keywords/complex_object_actions.py index 7a06f12a..b16316c9 100644 --- a/robot/resources/lib/python_keywords/complex_object_actions.py +++ b/robot/resources/lib/python_keywords/complex_object_actions.py @@ -1,11 +1,11 @@ #!/usr/bin/python3 """ - This module contains functions which are used for Large Object assemling: + This module contains functions which are used for Large Object assembling: getting Last Object and split and getting Link Object. It is not enough to simply perform a "raw" HEAD request, as noted in the issue: https://github.com/nspcc-dev/neofs-node/issues/1304. Therefore, the reliable - retrival of the aforementioned objects must be done this way: send direct + retrieval of the aforementioned objects must be done this way: send direct "raw" HEAD request to the every Storage Node and return the desired OID on first non-null response. """