Skip to content

Commit

Permalink
Update name and just call it a test calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbrosnan committed Feb 15, 2024
1 parent d2ff4f6 commit 34693fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This folder contains a calendar file in XML format.

## Table of contents

`CompanyY_2024.calendar`: A calendar file for a hypothetical company, `Company Y`, in XML format.
`TestCalendar_2024.calendar`: A calendar file for a hypothetical company, `A Company Named Company`, in XML format.

## Calendar file

Expand All @@ -17,9 +17,9 @@ Here's an example that uses the calendar. It assumes you've copied this file to
```python
from deephaven.calendar import add_calendar, calendar, calendar_names

add_calendar("/data/examples/Calendar/CompanyY_2024.calendar")
add_calendar("/data/examples/Calendar/TestCalendar_2024.calendar")

print(calendar_names())

company_y_cal_2024 = calendar("CompanyY_2024")
test_company_cal_2024 = calendar("TestCalendar_2024")
```
File renamed without changes.

0 comments on commit 34693fc

Please sign in to comment.