Skip to content

Commit 3983b0a

Browse files
j6k4m8jonathanslenders
authored andcommitted
Change capitalization of [S]tyle.from_dict
1 parent cd33acc commit 3983b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/asking_for_input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function:
139139
from prompt_toolkit.styles import Style
140140
from prompt_toolkit.lexers import PygmentsLexer
141141
142-
our_style = style.from_dict({
142+
our_style = Style.from_dict({
143143
'pygments.comment': '#888888 bold',
144144
'pygments.keyword': '#ff88ff bold',
145145
})

0 commit comments

Comments
 (0)