Add missing period

This commit is contained in:
Florian Bruhin 2017-10-15 00:22:19 +02:00
parent e3a305a814
commit f4796b5ec6

View File

@ -43,7 +43,7 @@ class ColorFlags:
command: If we're currently in command mode.
mode: The current caret mode (CaretMode.off/.on/.selection).
private: Whether this window is in private browsing mode.
passthrough: If we're currently in passthrough-mode
passthrough: If we're currently in passthrough-mode.
"""
CaretMode = usertypes.enum('CaretMode', ['off', 'on', 'selection'])