Skip to content

Commit e8a2d69

Browse files
timgates42jonathanslenders
authored andcommitted
docs: fix simple typo, underneat -> underneath
There is a small typo in pyvim/layout.py. Should read `underneath` rather than `underneat`.
1 parent 14118ad commit e8a2d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyvim/layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ def create_layout_from_node(node):
528528

529529
def _create_window_frame(self, editor_buffer):
530530
"""
531-
Create a Window for the buffer, with underneat a status bar.
531+
Create a Window for the buffer, with underneath a status bar.
532532
"""
533533
@Condition
534534
def wrap_lines():

0 commit comments

Comments
 (0)