Skip to content

Commit

Permalink
docs: fix typo "This is out" -> "This is our"
Browse files Browse the repository at this point in the history
Fix typo in comments: "This is out" -> "This is our" (#233)

Signed-off-by: Rodney Richardson <rodney.richardson@cambridgeconsultants.com>
  • Loading branch information
RodneyRichardson committed May 26, 2022
1 parent 866f9ac commit ef0278a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions cyclonedx/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def __repr__(self) -> str:

class HashAlgorithm(Enum):
"""
This is out internal representation of the hashAlg simple type within the CycloneDX standard.
This is our internal representation of the hashAlg simple type within the CycloneDX standard.
.. note::
See the CycloneDX Schema: https://cyclonedx.org/docs/1.3/#type_hashAlg
Expand Down Expand Up @@ -390,7 +390,7 @@ def __str__(self) -> str:

class ExternalReference:
"""
This is out internal representation of an ExternalReference complex type that can be used in multiple places within
This is our internal representation of an ExternalReference complex type that can be used in multiple places within
a CycloneDX BOM document.
.. note::
Expand Down Expand Up @@ -480,7 +480,7 @@ def __repr__(self) -> str:

class License:
"""
This is out internal representation of `licenseType` complex type that can be used in multiple places within
This is our internal representation of `licenseType` complex type that can be used in multiple places within
a CycloneDX BOM document.
.. note::
Expand Down Expand Up @@ -575,7 +575,7 @@ def __repr__(self) -> str:

class LicenseChoice:
"""
This is out internal representation of `licenseChoiceType` complex type that can be used in multiple places within
This is our internal representation of `licenseChoiceType` complex type that can be used in multiple places within
a CycloneDX BOM document.
.. note::
Expand Down Expand Up @@ -642,7 +642,7 @@ def __repr__(self) -> str:

class Property:
"""
This is out internal representation of `propertyType` complex type that can be used in multiple places within
This is our internal representation of `propertyType` complex type that can be used in multiple places within
a CycloneDX BOM document.
.. note::
Expand Down Expand Up @@ -699,7 +699,7 @@ def __repr__(self) -> str:

class NoteText:
"""
This is out internal representation of the Note.text complex type that can be used in multiple places within
This is our internal representation of the Note.text complex type that can be used in multiple places within
a CycloneDX BOM document.
.. note::
Expand Down Expand Up @@ -772,7 +772,7 @@ def __repr__(self) -> str:

class Note:
"""
This is out internal representation of the Note complex type that can be used in multiple places within
This is our internal representation of the Note complex type that can be used in multiple places within
a CycloneDX BOM document.
.. note::
Expand Down Expand Up @@ -839,7 +839,7 @@ def __repr__(self) -> str:

class OrganizationalContact:
"""
This is out internal representation of the `organizationalContact` complex type that can be used in multiple places
This is our internal representation of the `organizationalContact` complex type that can be used in multiple places
within a CycloneDX BOM document.
.. note::
Expand Down Expand Up @@ -911,7 +911,7 @@ def __repr__(self) -> str:

class OrganizationalEntity:
"""
This is out internal representation of the `organizationalEntity` complex type that can be used in multiple places
This is our internal representation of the `organizationalEntity` complex type that can be used in multiple places
within a CycloneDX BOM document.
.. note::
Expand Down Expand Up @@ -984,7 +984,7 @@ def __repr__(self) -> str:

class Tool:
"""
This is out internal representation of the `toolType` complex type within the CycloneDX standard.
This is our internal representation of the `toolType` complex type within the CycloneDX standard.
Tool(s) are the things used in the creation of the BOM.
Expand Down Expand Up @@ -1086,7 +1086,7 @@ def __repr__(self) -> str:

class IdentifiableAction:
"""
This is out internal representation of the `identifiableActionType` complex type.
This is our internal representation of the `identifiableActionType` complex type.
.. note::
See the CycloneDX specification: https://cyclonedx.org/docs/1.4/xml/#type_identifiableActionType
Expand Down Expand Up @@ -1159,7 +1159,7 @@ def __repr__(self) -> str:

class Copyright:
"""
This is out internal representation of the `copyrightsType` complex type.
This is our internal representation of the `copyrightsType` complex type.
.. note::
See the CycloneDX specification: https://cyclonedx.org/docs/1.4/xml/#type_copyrightsType
Expand Down
6 changes: 3 additions & 3 deletions cyclonedx/model/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

class IssueClassification(Enum):
"""
This is out internal representation of the enum `issueClassification`.
This is our internal representation of the enum `issueClassification`.
.. note::
See the CycloneDX Schema definition: https://cyclonedx.org/docs/1.4/xml/#type_issueClassification
Expand All @@ -36,7 +36,7 @@ class IssueClassification(Enum):

class IssueTypeSource:
"""
This is out internal representation ofa source within the IssueType complex type that can be used in multiple
This is our internal representation ofa source within the IssueType complex type that can be used in multiple
places within a CycloneDX BOM document.
.. note::
Expand Down Expand Up @@ -93,7 +93,7 @@ def __repr__(self) -> str:

class IssueType:
"""
This is out internal representation of an IssueType complex type that can be used in multiple places within
This is our internal representation of an IssueType complex type that can be used in multiple places within
a CycloneDX BOM document.
.. note::
Expand Down

0 comments on commit ef0278a

Please sign in to comment.