From f8174c4a36633b6bb786198feb3eb75cdda0df4b Mon Sep 17 00:00:00 2001 From: dece Date: Wed, 30 Jun 2021 00:54:28 +0200 Subject: [PATCH] toki: fix typo in shebang --- toki.py | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/toki.py b/toki.py index 18e17b8..ecfd416 100755 --- a/toki.py +++ b/toki.py @@ -1,17 +1,14 @@ -#!/urs/bin/env python3 +#!/usr/bin/env python3 # type: ignore -"""Cheat sheet for Toki Pona, using the nimi ale pona table. +"""Cheat sheet for Toki Pona, using the nimi ale pona table. License WTFPLv2. -You need a CSV export of the nimi ale pona (inli). It can be downloaded from: +You need a CSV export of the nimi ale pona (inli). Place it in the path stored +in the CSV variable below, or change that variable to suit your needs. It can be +downloaded from the following link: https://docs.google.com/spreadsheets/d/1t-pjAgZDyKPXcCRnEdATFQOxGbQFMjZm-8EvXiQd2Po/edit#gid=0 -Place it in the path stored in the CSV variable below, or change that variable -to suit your needs :) - If colorama is installed on your system (it often is for some reason), the output will be colored; else it will still properly display text. - -2021 - License: WTFPLv2 - pona tawa sina! """ import argparse