Skip to content

Commit 365f625

Browse files
committed
will, not may - refs #468
1 parent 104f37f commit 365f625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ To do nothing if the table already exists, add ``if_not_exists=True``:
554554
"name": str,
555555
}, pk="id", if_not_exists=True)
556556
557-
You can also pass ``transform=True`` to have any existing tables :ref:`transformed <python_api_transform>` to match your new table specification. This is a **dangerous operation** as it may drop columns that are no longer listed in your call to ``.create()``, so be careful when running this.
557+
You can also pass ``transform=True`` to have any existing tables :ref:`transformed <python_api_transform>` to match your new table specification. This is a **dangerous operation** as it will drop columns that are no longer listed in your call to ``.create()``, so be careful when running this.
558558

559559
.. code-block:: python
560560

0 commit comments

Comments
 (0)