From d69e1e81d9c1c62c86388fb83c9cfe87efe2fa22 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Thu, 16 Feb 2017 08:34:02 +0100 Subject: [PATCH] Doctrings corrections --- custom_css.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_css.py b/custom_css.py index 2cc940d..64087f3 100644 --- a/custom_css.py +++ b/custom_css.py @@ -19,8 +19,8 @@ Embed CSS files for Pelican =========================== This plugin allows you to easily embed CSS files in the header of individual -articles. The CSS files are embedded using the HTML tag inside the - tag. +articles or pages. The CSS files are embedded using the HTML tag +inside the tag. """ import os @@ -31,7 +31,7 @@ from pelican import signals def format_css(gen, metastring, formatter): """ - Create a list of URL-formatted script/style tags + Create a list of URL-formatted style tags Parameters ---------- gen: generator