Skip to content
Prev Previous commit
Next Next commit
Update doc/source/development/extending.rst
Co-authored-by: Irv Lustig <[email protected]>
  • Loading branch information
datapythonista and Dr-Irv authored Jun 28, 2025
commit 0b3b00c226f3a2a39bc40f720b1a69a040db15c7
2 changes: 1 addition & 1 deletion doc/source/development/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ If a user has the package of the example installed, them it would be possible to

pd.read_json("myfile.json", engine="empty")

When pandas detects that no ``empty`` engine exists for the ``read_json`` reader in pandas, will
When pandas detects that no ``empty`` engine exists for the ``read_json`` reader in pandas, it will
look at the entry points, will find the ``EmptyDataEngine`` engine, and will call the ``read_json``
method on it with the arguments provided by the user (except the ``engine`` parameter).

Expand Down
Loading