We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3d48a commit b5854c5Copy full SHA for b5854c5
1 file changed
docs/modules.md
@@ -27,8 +27,8 @@ then set [`environment.root`](./reference/configuration.md#root) in your `pyproj
27
root = ["./app"]
28
```
29
30
-Note that `python` and `tests` folders are automatically added to the project `root` if they exist,
31
-and if they are not packages themselves (i.e. they do not contain an `__init__.py` file or an
+Note that a `./python` folder is automatically added to the project `root` if it exists,
+and is not itself a package (i.e. does not contain an `__init__.py` file or an
32
`__init__.pyi` file).
33
34
## Third-party modules
0 commit comments