Skip to content

Commit

Permalink
remove unnecessary backslash
Browse files Browse the repository at this point in the history
Signed-off-by: Vikas Sharma <[email protected]>
  • Loading branch information
vksx committed Nov 18, 2024
1 parent 2d99748 commit 2277365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/loading-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ wish to load:
>>> dt = DeltaTable("../rust/tests/data/simple_table", version=2)
```

Once you\'ve loaded a table, you can also change versions using either a
Once you've loaded a table, you can also change versions using either a
version number or datetime string:

```python
Expand Down

0 comments on commit 2277365

Please sign in to comment.