Skip to content

Commit 1276acb

Browse files
replace child packages with extras notation for package structure section
1 parent d55b6ec commit 1276acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Package Structure
139139

140140
Testcontainers is a collection of `implicit namespace packages <https://peps.python.org/pep-0420/>`__
141141
to decouple the development of different extensions,
142-
e.g., :code:`testcontainers-mysql` and :code:`testcontainers-postgres` for MySQL and PostgreSQL database containers, respectively.
142+
e.g., :code:`testcontainers[mysql]` and :code:`testcontainers[postgres]` for MySQL and PostgreSQL database containers, respectively.
143143

144144
The folder structure is as follows:
145145

0 commit comments

Comments
 (0)