Skip to content

Commit b8f4b97

Browse files
committed
DOC: fix docstring
1 parent c244c9d commit b8f4b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bilby/gw/detector/interferometer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def optimal_snr_squared(self, signal):
589589
590590
Returns
591591
=======
592-
float: The optimal signal to noise ratio possible squared
592+
float: The optimal signal-to-noise ratio squared of the signal
593593
"""
594594
return (abs(self.whiten_frequency_series(signal))**2).sum()
595595

0 commit comments

Comments
 (0)