Ticket #2413 (closed defect: fixed)
[probably fixed] Correction in "How to use the Sage Notebook"
| Reported by: | hfvillafuerte | Owned by: | tba |
|---|---|---|---|
| Priority: | trivial | Milestone: | sage-3.0.1 |
| Component: | documentation | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
In SAGE Notebook Help:
The variable DATA contains the directory with data files that you upload into the worksheet. For example, to open a file in that directory, do "open(DIR+'filename')".
should be:
The variable DATA contains the directory with data files that you upload into the worksheet. For example, to open a file in that directory, do "open(DATA+'filename')".
Change History
comment:2 Changed 5 years ago by jwmerrill
- Summary changed from Correction in "How to use the Sage Notebook" to [probably fixed] Correction in "How to use the Sage Notebook"
I believe this refers to documentation which is generated from server/notebook/tutorial.py, and which shows up on the introductory page when you click help from the notebook. If so, this is already fixed as of 3.1.2.rc2.
Note: See
TracTickets for help on using
tickets.
