small doc fixes

This commit is contained in:
MercierC
2021-03-29 13:07:48 +13:00
parent 89b0c48141
commit 169b6514b4
13 changed files with 13 additions and 13 deletions

View File

@ -15,7 +15,7 @@ from cpython.exc cimport PyErr_CheckSignals
from io import BufferedWriter
__title__="Keep the N last lines of a view."
__title__="Keep the N last lines of a view"
def addOptions(parser):