doc: invalid doc link in rstFlatTable.py
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 18 Apr 2020 00:16:34 +0000 (02:16 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 14:51:56 +0000 (10:51 -0400)
Remove an invalid documentation link in rstFlatTable.py. This synchronizes
the file with Linux next-20200413.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/sphinx/rstFlatTable.py

index f9a4b46dbe2b9e8429a972305244ec6560a8e9f2..2019a55f6b182a4a5306b204b096739bfae143bb 100755 (executable)
@@ -53,8 +53,6 @@ from docutils.utils import SystemMessagePropagation
 # common globals
 # ==============================================================================
 
-# The version numbering follows numbering of the specification
-# (doc/books/kernel-doc-HOWTO).
 __version__  = '1.0'
 
 PY3 = sys.version_info[0] == 3