Fix a typo in make_rst.py (Packedfloat64Array -> PackedFloat64Array)

This commit is contained in:
Lukas Tenbrink 2024-09-22 21:09:08 +02:00 committed by GitHub
parent e4e024ab88
commit 21fb753bbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ PACKED_ARRAY_TYPES: List[str] = [
"PackedByteArray",
"PackedColorArray",
"PackedFloat32Array",
"Packedfloat64Array",
"PackedFloat64Array",
"PackedInt32Array",
"PackedInt64Array",
"PackedStringArray",