From c03009651ff08bb16cb220babbecb7f11e7ac4e1 Mon Sep 17 00:00:00 2001 From: Peter Spiess-Knafl Date: Sat, 1 Apr 2017 15:48:09 +0200 Subject: [PATCH] Use python3 in shebang It is also python3 in `codespell_lib/_codespell.py` --- bin/codespell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/codespell b/bin/codespell index 7e4f59f155..b08fff12ac 100755 --- a/bin/codespell +++ b/bin/codespell @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import sys