rope
rope copied to clipboard
Fix mention of Move -> create_move in docs
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