We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aa52c6 + d95a748 commit 53db9c1Copy full SHA for 53db9c1
1 file changed
CLAUDE.md
@@ -112,7 +112,7 @@ src/
112
- Follow Google Python docstring conventions: https://google.github.io/styleguide/pyguide.html
113
- Required for all modules, classes, and functions
114
- Include brief description and detailed sections as needed:
115
- - `Args:` for function parameters
+ - `Parameters:` for function parameters
116
- `Returns:` for return values
117
- `Raises:` for exceptions that may be raised
118
- `Attributes:` for class attributes (Pydantic models)
0 commit comments