Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Clean up country docs (left-over from #4027)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed May 11, 2016
1 parent df1f985 commit 7b819b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gratipay/models/country.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ class Country(Model):
"""Represent country records from our database (read-only).
:var int id: the record's primary key in our ``countries`` table
:var unicode name: the name of the country
:var unicode code2: the country's `ISO 3166-1 alpha-2`_ code
:var unicode code3: the country's `ISO 3166-1 alpha-3`_ code
:var unicode code: the country's `ISO 3166-1 alpha-2`_ code
.. _ISO 3166-1 alpha-2 : https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
.. _ISO 3166-1 alpha-3 : https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3
"""
typname = 'countries'

0 comments on commit 7b819b6

Please sign in to comment.