From 91f61cdd029d953d49b4779342e5590606be6313 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 20 Oct 2019 11:10:19 +0200 Subject: Fix typo --- extras/autowaf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/autowaf.py b/extras/autowaf.py index a79bc5b..075dd13 100644 --- a/extras/autowaf.py +++ b/extras/autowaf.py @@ -1311,7 +1311,7 @@ def write_posts(entries, meta, out_dir, status='stable'): post.close() def get_blurb(in_file): - "Get the first paragram of a Markdown formatted file, skipping the title" + "Get the first paragraph of a Markdown formatted file, skipping the title" f = open(in_file, 'r') f.readline() # Title f.readline() # Title underline -- cgit v1.2.1