From 0ca81289885ede4beec7208189207793a91b0784 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 31 Dec 2020 12:45:05 +1100 Subject: [PATCH] docs: fix simple typo, embeded -> embedded There is a small typo in simiki/generators.py. Should read `embedded` rather than `embeded`. --- simiki/generators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simiki/generators.py b/simiki/generators.py index 148908b..0c1c17a 100644 --- a/simiki/generators.py +++ b/simiki/generators.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -"""Convert Markdown file to html, which is embeded in html template. +"""Convert Markdown file to html, which is embedded in html template. """ from __future__ import (print_function, with_statement, unicode_literals,