Skip to content

Commit

Permalink
Merge pull request #421 from bsipocz/BUG_SSA_fix_typo_in_default
Browse files Browse the repository at this point in the history
BUG: fix typo in default
  • Loading branch information
tomdonaldson authored Feb 15, 2023
2 parents 351a677 + fd6b630 commit 03d5541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyvo/dal/ssa.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


def search(
baseurl, pos=None, diameter=None, band=None, time=None, format='None',
baseurl, pos=None, diameter=None, band=None, time=None, format=None,
**keywords):
"""
submit a simple SSA query that requests spectra overlapping a given region
Expand Down Expand Up @@ -161,7 +161,7 @@ def columns(self):
return []

def search(
self, pos=None, diameter=None, band=None, time=None, format='None',
self, pos=None, diameter=None, band=None, time=None, format=None,
**keywords):
"""
submit a SSA query to this service with the given constraints.
Expand Down

0 comments on commit 03d5541

Please sign in to comment.