From b5f5b0c08ecf79814f9c15d47128bec435cc254e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 15 2017 15:18:43 +0000 Subject: Fix the docstring --- diff --git a/pagure/lib/__init__.py b/pagure/lib/__init__.py index 7e96b36..65fbd4d 100644 --- a/pagure/lib/__init__.py +++ b/pagure/lib/__init__.py @@ -3372,7 +3372,7 @@ def _convert_markdown(md_processor, text): """ Small function converting the text to html using the given markdown processor. - This was done in order to + This was done in order to make testing it easier. """ return md_processor.convert(text)