From 4c753703c279d467f57628a19e89dbd1ee9fe9d7 Mon Sep 17 00:00:00 2001 From: AR10X Date: Wed, 6 Oct 2021 20:44:06 +0530 Subject: [PATCH] Fixed #11122 --- docs/source/config_file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/config_file.rst b/docs/source/config_file.rst index 9998a15467c4..1241c40e5ac8 100644 --- a/docs/source/config_file.rst +++ b/docs/source/config_file.rst @@ -323,7 +323,7 @@ Platform configuration :type: string Specifies the Python version used to parse and check the target - program. The string should be in the format ``DIGIT.DIGIT`` -- + program. The string should be in the format ``MAJOR.MINOR`` -- for example ``2.7``. The default is the version of the Python interpreter used to run mypy.