Merge pull request #97338 from Ivorforce/patch-2

Fix a typo in make_rst.py (Packedfloat64Array -> PackedFloat64Array)
This commit is contained in:
Clay John 2024-09-22 13:26:23 -07:00 committed by GitHub
commit d3e3b7379a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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