From d0a41a03ee0c25cc711aa9110455c3695dd97069 Mon Sep 17 00:00:00 2001 From: Abdul Rehaman <59757602+AR10X@users.noreply.github.com> Date: Thu, 7 Oct 2021 00:18:11 +0530 Subject: [PATCH] Changed DIGIT.DIGIT to MAJOR.MINOR (#11281) Closes #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.