fix: add a missing newline in numpydoc template (#177)

This commit is contained in:
Pavel Zolotarevskiy
2024-05-13 15:47:50 +03:00
committed by GitHub
parent 0daffcec24
commit e7be3a9022

View File

@@ -48,5 +48,6 @@ return {
"$1",
{ after_each = " $1" },
},
{ nil, "" },
{ nil, '"""' },
}