Fix typo in tox.ini

tox.ini Line:133
lineos -> linenos

Change-Id: If2b19b065bec2c1b6ee9e30ffb75fa03e9bcb0a9
This commit is contained in:
chenghang 2015-12-31 00:04:32 -08:00 committed by Andreas Jaeger
parent d6a4723bc8
commit fb75840d3c
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ extensions = .rst,.txt
# Let's not get far more in.
max-line-length = 79
# Disable some doc8 checks:
# D000: Check RST validity (cannot handle lineos directive)
# D000: Check RST validity (cannot handle the "linenos" directive)
ignore = D000
[flake8]