From 48ff94d3af46b93f13d4a76489340e72187b5b23 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Sun, 24 Oct 2021 14:03:58 +0100 Subject: [PATCH] python@3.10: remove comment about synced version --- Formula/python@3.10.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/python@3.10.rb b/Formula/python@3.10.rb index 01b1558459c..ccdb7dea087 100644 --- a/Formula/python@3.10.rb +++ b/Formula/python@3.10.rb @@ -1,7 +1,6 @@ class PythonAT310 < Formula desc "Interpreted, interactive, object-oriented programming language" homepage "https://www.python.org/" - # Keep in sync with python-tk@3.10. url "https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz" sha256 "c4e0cbad57c90690cb813fb4663ef670b4d0f587d8171e2c42bd4c9245bd2758" license "Python-2.0"