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.