Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Fix API.get() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmello committed Jun 23, 2022
1 parent c916e52 commit b2c955c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cript/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,8 @@ def get(
"""
Get the JSON for a node and use it to generate a local node object.
:param url: The API URL of the node.
:param obj: The node's URL or class type.
:param query: Search query if obj argument is a class type.
:param level: Current nested node level.
:param max_level: Max depth to recursively generate nested nodes.
:return: The generated node object.
Expand Down

0 comments on commit b2c955c

Please sign in to comment.