Skip to content

Commit

Permalink
fix typos in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Aug 27, 2022
1 parent eedc868 commit ed93feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ issue.
.. code-block:: python
class Concert(Table):
# We use `db_column_name`` when the column name is problematic - e.g. if
# it clashes with a Python ketword.
# We use `db_column_name` when the column name is problematic - e.g. if
# it clashes with a Python keyword.
in_ = Varchar(db_column_name='in')
-------------------------------------------------------------------------------
Expand Down

0 comments on commit ed93feb

Please sign in to comment.