From 57a6a3e05090f37879f93f088f89de55899decc8 Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:06:18 -0400 Subject: [PATCH] fix: typo in .gitignore file Corrected a typo in the .gitignore file. Changed "infos" to "info" for grammatical accuracy. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68bc17f9..6eeab247 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,7 @@ MANIFEST # PyInstaller # Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. +# before PyInstaller builds the exe, so as to inject date/other info into it. *.manifest *.spec