From: Federico Caselli Date: Fri, 24 Jan 2020 15:41:25 +0000 (+0100) Subject: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e1a8de4aa8442da544a3820a73d42857a3c8583;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo --- diff --git a/README.unittests.rst b/README.unittests.rst index bf2d4429c7..9528fdf8e2 100644 --- a/README.unittests.rst +++ b/README.unittests.rst @@ -264,7 +264,7 @@ intended for production use! **MSSQL configuration**:: - # only needed if a local image of mysql is not already present + # only needed if a local image of mssql is not already present docker pull mcr.microsoft.com/mssql/server:2019-CU1-ubuntu-16.04 # create the container with the proper configuration for sqlalchemy