1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

Fix typos

Found via `codespell -S ./tests/fixtures -L
chage,ro,ist,ans,unx,respons,technik`
This commit is contained in:
Kian-Meng Ang
2022-11-16 10:01:58 +08:00
parent 299b0faf7c
commit 39555a48b5
33 changed files with 37 additions and 37 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Genereate README.md from jc metadata using jinja2 templates
# Generate README.md from jc metadata using jinja2 templates
import jc.cli
import jc.lib
from jinja2 import Environment, FileSystemLoader