Skip to content

Commit 35faafc

Browse files
authored
Fix typo (double dash) in lockfiles documentation (#4454)
1 parent 7284b63 commit 35faafc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/versioning/lockfiles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ purpose:
271271
"python_requires": []
272272
}
273273
274-
It is relevant to note that the ``-lockfile-clean`` could remove locked versions in
274+
It is relevant to note that the ``--lockfile-clean`` could remove locked versions in
275275
given configurations. For example, if instead of the above, the ``x86_64`` architecture
276276
is used, the ``--lockfile-clean`` will prune the "unused" ``sound32``, because in that
277277
configuration is not used. It is possible to evaluate new lockfiles for every different

0 commit comments

Comments
 (0)