python-rope / rope

a python refactoring library
GNU Lesser General Public License v3.0
1.93k stars 162 forks source link

Fix mention of Move -> create_move in docs #795

Open smheidrich opened 1 week ago

smheidrich commented 1 week ago

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