fix table formatting for docs display

pull/2103/head
Kris Gesling 2019-04-20 13:15:39 +09:30
parent 88a822727c
commit 947fadbe1f
1 changed files with 10 additions and 8 deletions

View File

@ -1679,14 +1679,16 @@ class FallbackSkill(MycroftSkill):
view of the user's utterance. Fallback handlers are called in an order
determined the priority provided when the the handler is registered.
Priority Who? Purpose
-------- -------- ------------------------------------------------
1-4 RESERVED Unused for now, slot for pre-Padatious if needed
5 MYCROFT Padatious near match (conf > 0.8)
6-88 USER General
89 MYCROFT Padatious loose match (conf > 0.5)
90-99 USER Uncaught intents
100+ MYCROFT Fallback Unknown or other future use
======== ======== ================================================
Priority Who? Purpose
======== ======== ================================================
1-4 RESERVED Unused for now, slot for pre-Padatious if needed
5 MYCROFT Padatious near match (conf > 0.8)
6-88 USER General
89 MYCROFT Padatious loose match (conf > 0.5)
90-99 USER Uncaught intents
100+ MYCROFT Fallback Unknown or other future use
======== ======== ================================================
Handlers with the numerically lowest priority are invoked first.
Multiple fallbacks can exist at the same priority, but no order is