From 1590917bf7c49e35bb429d117650f660aa45e0e4 Mon Sep 17 00:00:00 2001 From: Lan5880 <67932379+Lan5880@users.noreply.github.com> Date: Wed, 27 Jul 2022 22:45:43 -0700 Subject: [PATCH] Update readme.rst (#986) Fixed grammatical error for "After declaring you attributes attrs gives you" by adding a comma. Co-authored-by: Hynek Schlawack --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bf936948a..d10bd3ca4 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,7 @@ For that, it gives you a class decorator and a way to declaratively define the a C(a='foo', b='bar') -After *declaring* your attributes ``attrs`` gives you: +After *declaring* your attributes, ``attrs`` gives you: - a concise and explicit overview of the class's attributes, - a nice human-readable ``__repr__``,