Switch the names of unstack and disenstacken.

Part of Ticket #38237

Still need to update the docs.
This commit is contained in:
Simon Forman
2020-04-28 10:28:30 -07:00
parent f13d572304
commit fac2d2ae5f
2 changed files with 7 additions and 8 deletions
+4 -4
View File
@@ -49,10 +49,10 @@ setup(
'future',
],
extras_require={
"build-docs": [
"sphinx",
"ipython",
"nbconvert",
'build-docs': [
'sphinx',
'ipython',
'nbconvert',
],
}
)