Skip to content

Commit 85d6078

Browse files
fix: mysql typo (#705)
fixes #689
1 parent 4365754 commit 85d6078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mysql/testcontainers/mysql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class MySqlContainer(DbContainer):
4646
4747
The optional :code:`seed` parameter enables arbitrary SQL files to be loaded.
4848
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
49+
`/docker-entrypoint-initdb.d/`, which containerized MySQL are set up to load
5050
automatically.
5151
5252
.. doctest::

0 commit comments

Comments
 (0)