Skip to content
Snippets Groups Projects
Commit 688f8428 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Clarify docstring

parent 0c41d930
No related branches found
No related tags found
2 merge requests!160STY: styling,!151New class to track treated Records during sync
Pipeline #47403 passed
......@@ -243,7 +243,7 @@ class TreatedRecordLookUp():
In the case that the Record is not yet in the remote server, there cannot be a Python object
with an ID. Thus we might have one with a path and one with an identifiable. If that Record
does not yet exist, it is necessary that both Python objects have at least either the path or
the identifiable in common. Currently, this has to be assured by the user.
the identifiable in common.
"""
def __init__(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment