Skip to content

Commit

Permalink
adding docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
J-A-Ha committed Aug 14, 2024
1 parent 17f927c commit d338f1f
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 30 deletions.
2 changes: 1 addition & 1 deletion art/classes/activitylog.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class ActivityLog(pd.DataFrame):

"""
This is a ActivityLog object. It is a modified Pandas Dataframe object designed to store metadata about an academic review.
This is an ActivityLog object. It is a modified Pandas Dataframe object designed to store metadata about an academic review.
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion art/classes/attrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def export_folder(self, folder_name = 'obj_name', folder_address = 'request_inpu
class AttrSet(Attr):

"""
This is a collection of Attrs.
This is a collection of Attr objects.
Notes
-----
Expand Down
Loading

0 comments on commit d338f1f

Please sign in to comment.