Skip to content

Commit a323fe6

Browse files
authored
Merge pull request #1873 from brettcannon/patch-3
Fix references in pylock-toml.rst
2 parents 4e2c714 + 2989d20 commit a323fe6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/specifications/pylock-toml.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -672,12 +672,12 @@ See :ref:`pylock-packages-archive-hashes`.
672672

673673
- **Type**: array of tables
674674
- **Required?**: no
675-
- **Inspiration**: :ref:` provenance-object`
675+
- **Inspiration**: :ref:`provenance-object`
676676
- A recording of the attestations for **any** file recorded for this package.
677677
- If available, tools SHOULD include the attestation identities found.
678678
- Publisher-specific keys are to be included in the table as-is
679679
(i.e. top-level), following the spec at
680-
:ref:` index-hosted-attestations`.
680+
:ref:`index-hosted-attestations`.
681681

682682

683683
.. _pylock-packages-attestation-identities-kind:
@@ -687,7 +687,7 @@ See :ref:`pylock-packages-archive-hashes`.
687687

688688
- **Type**: string
689689
- **Required?**: yes
690-
- **Inspiration**: :ref:` provenance-object`
690+
- **Inspiration**: :ref:`provenance-object`
691691
- The unique identity of the Trusted Publisher.
692692

693693

@@ -698,9 +698,9 @@ See :ref:`pylock-packages-archive-hashes`.
698698

699699
- **Type**: table
700700
- **Required?**: no
701-
- **Inspiration**: :ref:` pyproject-tool-table`
701+
- **Inspiration**: :ref:`pyproject-tool-table`
702702
- Similar usage as that of the :ref:`pylock-tool` table from the
703-
:ref:` pyproject-toml-spec`, but at the package version level instead
703+
:ref:`pyproject-toml-spec`, but at the package version level instead
704704
of at the lock file level (which is also available via :ref:`pylock-tool`).
705705
- Data recorded in the table MUST be disposable (i.e. it MUST NOT affect
706706
installation).

0 commit comments

Comments
 (0)