Skip to content

Commit d95a748

Browse files
committed
LCORE-1229: updated instructions for Claude
1 parent 8aa52c6 commit d95a748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ src/
112112
- Follow Google Python docstring conventions: https://google.github.io/styleguide/pyguide.html
113113
- Required for all modules, classes, and functions
114114
- Include brief description and detailed sections as needed:
115-
- `Args:` for function parameters
115+
- `Parameters:` for function parameters
116116
- `Returns:` for return values
117117
- `Raises:` for exceptions that may be raised
118118
- `Attributes:` for class attributes (Pydantic models)

0 commit comments

Comments
 (0)