Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Iaroslav Igoshev <[email protected]>
  • Loading branch information
anmyachev and YarShev authored Apr 25, 2024
1 parent cae21d2 commit d334d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ storage formats or for different functionalities of Modin. Here is a list of dep
pip install "modin[mpi]" # If you want to use MPI through unidist execution engine
Consortium Standard-compatible implementation based on modin
Consortium Standard-compatible implementation based on Modin
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion modin/tests/test_dataframe_api_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import modin.pandas


def test_dataframe_consortium() -> None:
def test_dataframe_api_standard() -> None:
"""
Test some basic methods of the dataframe consortium standard.
Expand Down

0 comments on commit d334d29

Please sign in to comment.