Skip to content

Commit b2bc5a3

Browse files
authored
common: fix name in comments (#141)
1 parent 21e12aa commit b2bc5a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug Report
2-
description: Create a bug report to help improve CC Trusted API
2+
description: Create a bug report to help improve Evidence API
33
labels: kind/bug
44
body:
55
- type: textarea

common/python/evidence_api/api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The CC Trusted API
2+
The Evidence API
33
"""
44
import logging
55
from abc import ABC, abstractmethod
@@ -13,7 +13,7 @@
1313

1414
class EvidenceApi(ABC):
1515

16-
"""Abstract class for CC Trusted API.
16+
"""Abstract class for Evidence API.
1717
1818
The inherited SDK class will implement the APIs.
1919
"""

docs/API-usage-example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CC Trusted API Examples
1+
# Evidence API Examples
22

33
## Dump Report (Intel® TDX only)
44

0 commit comments

Comments
 (0)