We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4365754 commit 85d6078Copy full SHA for 85d6078
modules/mysql/testcontainers/mysql/__init__.py
@@ -46,7 +46,7 @@ class MySqlContainer(DbContainer):
46
47
The optional :code:`seed` parameter enables arbitrary SQL files to be loaded.
48
This is perfect for schema and sample data. This works by mounting the seed to
49
- `/docker-entrypoint-initdb./d`, which containerized MySQL are set up to load
+ `/docker-entrypoint-initdb.d/`, which containerized MySQL are set up to load
50
automatically.
51
52
.. doctest::
0 commit comments