From f008d86a8e86b8af8ecdc3cdb9582a736ed27d54 Mon Sep 17 00:00:00 2001 From: Matthieu Melot Date: Fri, 6 May 2022 14:09:28 -0400 Subject: [PATCH] Typo fix (#957) Should read top-level, not to-level. --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index cd11e251..74c482bc 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -9,7 +9,7 @@ If you're confused by the many names, please check out `names` for clarification What follows is the API explanation, if you'd like a more hands-on introduction, have a look at `examples`. -As of version 21.3.0, ``attrs`` consists of **two** to-level package names: +As of version 21.3.0, ``attrs`` consists of **two** top-level package names: - The classic ``attr`` that powered the venerable `attr.s` and `attr.ib` - The modern ``attrs`` that only contains most modern APIs and relies on `attrs.define` and `attrs.field` to define your classes.