Skip to content

Commit

Permalink
feat: new documentation with landing page working
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbrenno committed Jan 26, 2025
1 parent 1346dea commit 24fa43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intellibricks/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def file_get_contents(filename: str) -> str:
"""
Read the entire contents of a file and return it as a string.
Supports various path scenarios and attempts to find the file
even if only a partial path is provided.
even if only a partial path is provided. Inspired by PHP.
Args:
filename (str): The path to the file to be read.
Expand Down

0 comments on commit 24fa43f

Please sign in to comment.