diff --git a/docs/api-design.md b/docs/api-design.md index 0c736c1..7163697 100644 --- a/docs/api-design.md +++ b/docs/api-design.md @@ -2,6 +2,10 @@ Good practices for designing APIs, mainly targeted for Python. +## Disclaimer + +The policies herein only apply to the etils project. + ## Miller's law and cognitive overhead From the