We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5535067 commit 5673479Copy full SHA for 5673479
1 file changed
chess/__init__.py
@@ -2980,7 +2980,8 @@ def parse_san(self, san: str) -> Move:
2980
algebraic notation and returns the corresponding move object.
2981
2982
Ambiguous moves are rejected. Overspecified moves (including long
2983
- algebraic notation) are accepted.
+ algebraic notation) are accepted. Some common syntactical deviations
2984
+ are also accepted.
2985
2986
The returned move is guaranteed to be either legal or a null move.
2987
0 commit comments