Skip to content

Commit

Permalink
fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
davitbzh committed Nov 5, 2020
1 parent 68f0927 commit 08e36be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/hsfs/feature_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def read(
`list`. A two-dimensional Python list.
# Raises
`RestAPIError`.
`RestAPIError`. No data is available for feature group with this commit date, If time travel enabled.
"""
engine.get_instance().set_job_group(
"Fetching Feature group",
Expand Down Expand Up @@ -203,7 +203,7 @@ def read_changes(
feature data.
# Raises
`RestAPIError`.
`RestAPIError`. No data is available for feature group with this commit date.
"""

return (
Expand Down

0 comments on commit 08e36be

Please sign in to comment.