Skip to content

Commit b20d63f

Browse files
lucamelismeta-codesync[bot]
authored andcommitted
Fix typos in docstrings (#103)
Summary: Pull Request resolved: #103 Fix typos in analysis_node and fdp_analysis_node Reviewed By: mgrange1998 Differential Revision: D92834001 fbshipit-source-id: 310215e92348a68442a6a5427ee5ed79932c0d73
1 parent 235d105 commit b20d63f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

privacy_guard/analysis/mia/analysis_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
@dataclass
3737
class AnalysisNodeOutput(BaseAnalysisOutput):
3838
"""
39-
A dataclass to encapsulate the outputs of AnalsyisNode.
39+
A dataclass to encapsulate the outputs of AnalysisNode.
4040
Attributes:
4141
eps (float): Epsilon value at the TPR=1% UB or LB threshold depending on attack settings.
4242
eps_lb (float): Lower bound of epsilon.

privacy_guard/analysis/mia/fdp_analysis_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@dataclass
2424
class FDPAnalysisNodeOutput(BaseAnalysisOutput):
2525
"""
26-
A dataclass to encapsulate the outputs of FDPAnalsyisNode.
26+
A dataclass to encapsulate the outputs of FDPAnalysisNode.
2727
Attributes:
2828
eps (float): Epsilon value
2929
"""

0 commit comments

Comments
 (0)