Skip to content

Commit becc5c8

Browse files
committed
modified: hera_pspec/utils.py
1 parent 30c77f0 commit becc5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hera_pspec/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,9 +1425,9 @@ def apply_P_SN_correction(uvp, P_SN='P_SN', P_N='P_N'):
14251425
14261426
Args:
14271427
uvp : UVPSpec object
1428-
With P_SN errorbar (not variance) as a key
1428+
With P_SN and P_N errorbar (not variance) as a key in stats_array
14291429
P_SN : str
1430-
Key in stats array for P_SN errorbar
1430+
Key in stats_array for P_SN errorbar
14311431
P_N : str
14321432
Key in stats_array for P_N errorbar
14331433
"""

0 commit comments

Comments
 (0)