Skip to content

Commit 0b3b00c

Browse files
Update doc/source/development/extending.rst
Co-authored-by: Irv Lustig <[email protected]>
1 parent a4b6cdc commit 0b3b00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ If a user has the package of the example installed, them it would be possible to
545545
546546
pd.read_json("myfile.json", engine="empty")
547547
548-
When pandas detects that no ``empty`` engine exists for the ``read_json`` reader in pandas, will
548+
When pandas detects that no ``empty`` engine exists for the ``read_json`` reader in pandas, it will
549549
look at the entry points, will find the ``EmptyDataEngine`` engine, and will call the ``read_json``
550550
method on it with the arguments provided by the user (except the ``engine`` parameter).
551551

0 commit comments

Comments
 (0)