Skip to content

Commit 4c9dc95

Browse files
committed
docs: drop obvious JS convention from JSDoc
Implements TC-4102 Assisted-by: Claude Code
1 parent 72c3374 commit 4c9dc95

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/providers/base_pyproject.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ export default class Base_pyproject {
171171
*
172172
* @param {string} manifestDir - directory containing the target pyproject.toml
173173
* @param {string} workspaceDir - workspace root (where the lock file lives);
174-
* only used by providers that need workspace-level resolution (e.g. uv).
175-
* Providers that don't use it should prefix with `_`.
174+
* only used by providers that need workspace-level resolution (e.g. uv)
176175
* @param {object} parsed - parsed pyproject.toml
177176
* @param {Object} opts
178177
* @returns {Promise<DependencyData>}

0 commit comments

Comments
 (0)