Skip to content

Commit 267e29d

Browse files
committed
Docs
1 parent a23a2e0 commit 267e29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/merging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ either the left or right tables, the values in the joined table will be
407407
``right``, ``RIGHT OUTER JOIN``, Use keys from right frame only
408408
``outer``, ``FULL OUTER JOIN``, Use union of keys from both frames
409409
``inner``, ``INNER JOIN``, Use intersection of keys from both frames
410-
``leftsemi``, ``SEMIJOIN``, Filter rows on left based on occurrences in right.
410+
``leftsemi``, ``LEFT SEMI JOIN``, Filter rows on left based on occurrences in right.
411411
``cross``, ``CROSS JOIN``, Create the cartesian product of rows of both frames
412412

413413
.. ipython:: python

0 commit comments

Comments
 (0)