Skip to content

Commit

Permalink
Update link in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Nov 14, 2024
1 parent 830da6e commit e257206
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/freesas/cormap.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
class LongestRunOfHeads(object):
"""Implements the "longest run of heads" by Mark F. Schilling
The College Mathematics Journal, Vol. 21, No. 3, (1990), pp. 196-207
See: http://www.maa.org/sites/default/files/pdf/upload_library/22/Polya/07468342.di020742.02p0021g.pdf
http://www.silx.org/pub/freesas/CorMap_math.pdf
"""

def __init__(self):
Expand Down

0 comments on commit e257206

Please sign in to comment.