Skip to content

docs: fix parameter name mismatches in docstrings#6581

Open
eeshsaxena wants to merge 1 commit into
feast-dev:masterfrom
eeshsaxena:fix-docstring-param-names
Open

docs: fix parameter name mismatches in docstrings#6581
eeshsaxena wants to merge 1 commit into
feast-dev:masterfrom
eeshsaxena:fix-docstring-param-names

Conversation

@eeshsaxena

Copy link
Copy Markdown

What this PR does / why we need it

Fixes two docstrings where the documented parameter name does not match the actual function signature:

File Function Docstring said Signature has
sdk/python/feast/infra/registry/base_registry.py delete_project project name
sdk/python/feast/permissions/server/utils.py init_security_manager registry fs

Doc-only change; no behavior modified.

Which issue(s) this PR fixes

N/A - trivial documentation fix found while reading the source.

- infra/registry/base_registry.py: `project` -> `name` in
  delete_project (signature is `delete_project(name, commit)`)
- permissions/server/utils.py: `registry` -> `fs` in
  init_security_manager

Signed-off-by: eeshsaxena <eeshsaxena@gmail.com>
@eeshsaxena eeshsaxena requested a review from a team as a code owner July 3, 2026 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant