Skip to content

Commit 31c167d

Browse files
committed
Specify in docs that join='outer' is the defaul for align method.
1 parent 2d517ce commit 31c167d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ Aligning objects with each other with ``align``
869869
The ``align`` method is the fastest way to simultaneously align two objects. It
870870
supports a ``join`` argument (related to :ref:`joining and merging <merging>`):
871871

872-
- ``join='outer'``: take the union of the indexes
872+
- ``join='outer'``: take the union of the indexes (default)
873873
- ``join='left'``: use the calling object's index
874874
- ``join='right'``: use the passed object's index
875875
- ``join='inner'``: intersect the indexes

0 commit comments

Comments
 (0)