From 5f05e1d6d75a8f3a93dd37e70f9e51131ed4bb89 Mon Sep 17 00:00:00 2001
From: Andrew DiLosa <andrew@dilosa.com>
Date: Thu, 3 Mar 2022 18:02:53 -0800
Subject: [PATCH] Update action.yml

---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index 0315ab69..5eb4773a 100644
--- a/action.yml
+++ b/action.yml
@@ -7,7 +7,7 @@ inputs:
     description: "Version range or exact version of a Python version to use, using SemVer's version range syntax."
     default: '3.x'
   python-version-file:
-    description: "File containing the Python version to use.  Examples: .python-version"
+    description: "File containing the Python version to use. This overrides 'python-version' if specified. Examples: .python-version"
   cache:
     description: 'Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv.'
     required: false