From 312c1e51b5ca9b0be6e8ab3dd39540e36e126291 Mon Sep 17 00:00:00 2001 From: mara004 <65915611+mara004@users.noreply.github.com> Date: Tue, 16 Nov 2021 00:13:12 +0100 Subject: [PATCH] [ci skip] minor corrections to maintainers.rst (#858) --- docs/maintainers.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/maintainers.rst b/docs/maintainers.rst index 6963d239..5f483072 100644 --- a/docs/maintainers.rst +++ b/docs/maintainers.rst @@ -18,7 +18,7 @@ Make sure you can package pikepdf pikepdf, created by the same author, is a mixed Python and C++14 package with much stiffer build requirements. If you want to use OCRmyPDF on some novel platform -or distribution, first make sure you can pikepdf. +or distribution, first make sure you can package pikepdf. Non-Python dependencies ----------------------- @@ -34,7 +34,7 @@ on ARM and x86_64. Performance may be poor on other processor architectures. Versioning scheme ----------------- -OCRmyPDF uses setuptools-scm for versioning, which requires derives the version from +OCRmyPDF uses setuptools-scm for versioning, which derives the version from Git as a single source of truth. This may be unsuitable for some distributions, e.g. to indicate that your distribution modifies OCRmyPDF in some way. @@ -57,4 +57,4 @@ improve OCRmyPDF's compression. Command line completions ------------------------ -Please ensure that command line completions are installed. \ No newline at end of file +Please ensure that command line completions are installed.