Skip to content
Snippets Groups Projects
Verified Commit 8ae5690e authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Avoid political statements.

... Which would probably need to be updated ;-)
parent d7536360
No related branches found
No related tags found
No related merge requests found
......@@ -2111,13 +2111,13 @@ The dseries class
::
>> ts0 = dseries(ones(2,3));
>> ts1 = ts0.rename({'Tree','Worst','President'})
>> ts1 = ts0.rename({'TinkyWinky','Dipsy','LaaLaa'})
ts1 is a dseries object:
| Bush | Worst | President
1Y | 1 | 1 | 1
2Y | 1 | 1 | 1
| TinkyWinky | Dipsy | LaaLaa
1Y | 1 | 1 | 1
2Y | 1 | 1 | 1
.. dseriesmethod:: save(A, basename[, format])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment