From a805653a833b2f49d00538e59d49e8821149e12b Mon Sep 17 00:00:00 2001 From: Pieter Marsman Date: Mon, 12 Oct 2020 09:20:37 +0200 Subject: [PATCH] Update docs/source/faq.rst Co-authored-by: Jake Stockwin --- docs/source/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 1557432..516aa80 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -11,7 +11,7 @@ Pdfminer.six is a for of the `original pdfminer created by Euske fact created by Euske. But, for a long time this original pdfminer did not support Python 3. Untill 2020 the original pdfminer only supported Python 2. -Pdfminer.six started as a for of the original pdfminer with the goal of adding +Pdfminer.six started as a fork of the original pdfminer with the goal of adding support for Python 3. This was done with the six package. The six package helps to write code that is compatible with both Python 2 and Python 3. Hence, pdfminer.six.