Make docs parsing "nitpicky"

This commit is contained in:
Mads Marquart
2019-07-03 23:18:02 +02:00
parent d30589d1fa
commit d279c96dd5
3 changed files with 106 additions and 104 deletions

View File

@@ -46,7 +46,7 @@ Threads
A thread can refer to two things: A Messenger group chat or a single Facebook user
:class:`models.ThreadType` is an enumerator with two values: ``USER`` and ``GROUP``.
:class:`ThreadType` is an enumerator with two values: ``USER`` and ``GROUP``.
These will specify whether the thread is a single user chat or a group chat.
This is required for many of ``fbchat``'s functions, since Facebook differentiates between these two internally