Skip to content

Commit

Permalink
common: fix name in comments (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruoyu-y authored Aug 1, 2024
1 parent 21e12aa commit b2bc5a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: Create a bug report to help improve CC Trusted API
description: Create a bug report to help improve Evidence API
labels: kind/bug
body:
- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions common/python/evidence_api/api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
The CC Trusted API
The Evidence API
"""
import logging
from abc import ABC, abstractmethod
Expand All @@ -13,7 +13,7 @@

class EvidenceApi(ABC):

"""Abstract class for CC Trusted API.
"""Abstract class for Evidence API.
The inherited SDK class will implement the APIs.
"""
Expand Down
2 changes: 1 addition & 1 deletion docs/API-usage-example.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CC Trusted API Examples
# Evidence API Examples

## Dump Report (Intel® TDX only)

Expand Down

0 comments on commit b2bc5a3

Please sign in to comment.