Open gbrgr opened 2 years ago
I saw that many functions are documented like:
# Documentation lorem ipsum def function(...): ...
To follow the pythonic way, we should do
def function(...): """Documentation lorem ipsum""" ...
Note: This issue has been migrated to https://relationalai.atlassian.net/browse/RAI-5215.
This link is only accessible to employees of RelationalAI.
I saw that many functions are documented like:
To follow the pythonic way, we should do