-
-
Notifications
You must be signed in to change notification settings - Fork 387
Using attr
library instead of attrs
in documentation
#1162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Generally speaking we try to use |
So is there work being made for the |
Shoot us a PR and we'll gladly merge it in 🙏 |
No problem. I think this weekend I will be free enough to make the PR to fix the docs. |
There is one paragraph I still do not have a good understanding on:
|
In the documentation, there is a mix of usage of the libraries
attr
andattrs
. One example of this is in here, where the docs referencedattr.evolve
and usedattrs.evolve
in the example code. This confused me on the first read through of the documentation. Is updating the documentation to be using the libraryattrs
in the works?The text was updated successfully, but these errors were encountered: