Skip to content

Commit

Permalink
docs: correct docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Feb 21, 2024
1 parent 1296b5c commit fcaebe1
Show file tree
Hide file tree
Showing 12 changed files with 301 additions and 44 deletions.
1 change: 1 addition & 0 deletions lems/base/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def __init__(self, message, *params, **key_params):

self.message = None
""" Error message
:type: string """

if params:
Expand Down
1 change: 1 addition & 0 deletions lems/base/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def __init__(self):

self.stack = []
""" List used to store the stack contents.
:type: list """

def push(self, val):
Expand Down
Loading

0 comments on commit fcaebe1

Please sign in to comment.