Skip to content

Comments

Fix mention of Move -> create_move in docs#795

Merged
lieryan merged 1 commit intopython-rope:masterfrom
smheidrich:fix-gh-794-docs-create-move-instead-of-move
Nov 14, 2024
Merged

Fix mention of Move -> create_move in docs#795
lieryan merged 1 commit intopython-rope:masterfrom
smheidrich:fix-gh-794-docs-create-move-instead-of-move

Conversation

@smheidrich
Copy link
Contributor

@smheidrich smheidrich commented Sep 20, 2024

Description

The docs on refactoring mention a Move class that doesn't exist in the current codebase. This changes it to create_move which does exist and matches the signature of the supposed Move class.

Fixes #794

@lieryan lieryan enabled auto-merge November 14, 2024 03:22
@lieryan lieryan disabled auto-merge November 14, 2024 03:22
@lieryan lieryan merged commit 33d596a into python-rope:master Nov 14, 2024
@lieryan
Copy link
Member

lieryan commented Nov 14, 2024

LGTM. Thanks for noticing and fixing this, @smheidrich

@lieryan lieryan added this to the 1.14.0 milestone Nov 17, 2024
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.

Move class mentioned in refactoring docs doesn't seem to actually exist

2 participants