Skip to content

Commit eaaf9d0

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typo: focussing -> focusing
1 parent 094b16a commit eaaf9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Philosophy
145145
**********
146146

147147
The source code of ``prompt_toolkit`` should be readable, concise and
148-
efficient. We prefer short functions focussing each on one task and for which
148+
efficient. We prefer short functions focusing each on one task and for which
149149
the input and output types are clearly specified. We mostly prefer composition
150150
over inheritance, because inheritance can result in too much functionality in
151151
the same object. We prefer immutable objects where possible (objects don't

0 commit comments

Comments
 (0)