Skip to content

Commit

Permalink
update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
koek67 committed May 24, 2024
1 parent ebce95d commit 4c3f9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ This module provides functionalities to build and save a resume in HTML format.
* **ConcatText:** This class inherits from `Text` and is used to concatenate multiple text elements. It takes variable number of arguments of type `StrLike`.

* **SectionEntry:** This class represents an entry in a resume section. It has the following attributes:
* `title` (OptionalStrLike): The title of the entry.
* `title` (OptionalStrLike): The title of the entry, this would be the company name.
* `caption` (OptionalStrLike): A caption for the entry (e.g., job title).
* `location` (OptionalStrLike): The location of the entry (e.g., company name).
* `location` (OptionalStrLike): The location of the entry (e.g., Boston, MA).
* `dates` (OptionalStrLike): The dates associated with the entry (e.g., employment dates).
* `description` (OptionalStrLike): A description of the entry.

Expand Down

0 comments on commit 4c3f9e8

Please sign in to comment.