Skip to content

Commit f3d7afe

Browse files
guilleijoRoss Mechanic
authored andcommitted
Add missing parenthesis to example (#597)
1 parent 85752c5 commit f3d7afe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Authors
3838
- George Vilches
3939
- Gregory Bataille
4040
- Grzegorz Bialy
41+
- Guillermo Eijo (`guilleijo <https://github.com/guilleijo>`_)
4142
- Hamish Downer
4243
- Hanyin Zhang
4344
- James Muranga (`jamesmura <https://github.com/jamesmura>`_)

docs/historical_model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ source model. This is possible by combining the ``bases`` functionality with the
253253
question = models.CharField(max_length=200)
254254
pub_date = models.DateTimeField('date published')
255255
256-
history = HistoricalRecords(bases=[IPAddressHistoricalModel,]
256+
history = HistoricalRecords(bases=[IPAddressHistoricalModel,])
257257
258258
259259
.. code-block:: python

0 commit comments

Comments
 (0)