Skip to content

Commit

Permalink
chore: Restore alphabetic order
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 24, 2022
1 parent e88d2e8 commit ceac46a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/spiders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ United Kingdom
scrapy crawl united_kingdom_fts_test
.. autoclass:: kingfisher_scrapy.spiders.united_kingdom_scotland.UnitedKingdoScotland
.. autoclass:: kingfisher_scrapy.spiders.united_kingdom_scotland.UnitedKingdomScotland
:no-members:

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion kingfisher_scrapy/commands/checkall.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def check_date_spider_argument(self, spider_argument, spider_arguments, default,
if spider_argument in spider_arguments:
# These classes are known to have more specific semantics.
if self.cls.__name__ in ('ColombiaBulk', 'Kosovo', 'PortugalRecords', 'PortugalReleases',
'UnitedKingdoScotland', 'UgandaReleases', 'UnitedKingdomWales'):
'UgandaReleases', 'UnitedKingdomScotland', 'UnitedKingdomWales'):
level = 'info'
else:
level = 'warning'
Expand Down
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/united_kingdom_scotland.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from kingfisher_scrapy.spiders.proactis_base import ProactisBase


class UnitedKingdoScotland(ProactisBase):
class UnitedKingdomScotland(ProactisBase):
"""
Domain
Public Contracts Scotland
Expand Down

0 comments on commit ceac46a

Please sign in to comment.