Bläddra i källkod

doc: invalid doc link in rstFlatTable.py

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>
Heinrich Schuchardt 4 år sedan
förälder
incheckning
ae2b3e8510
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      doc/sphinx/rstFlatTable.py

+ 0 - 2
doc/sphinx/rstFlatTable.py

@@ -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