Skip to content

Commit 7437d32

Browse files
committed
minor clean up
1 parent 1a9e0a4 commit 7437d32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# github-org-manager README
22

3-
This project is intended to provide tools to make it easier to discover the current state of multiple GITHUB Organizational projects.
3+
This project provides classes to make it easier to discover the current state of multiple GITHUB Organizational projects.
44

55

66
## GithubOrganizationManager class
77

8-
The main user interface is through the `ghorgs.managers.GithubOrganizationManager` class.
8+
The main interface is through the `ghorgs.managers.GithubOrganizationManager` class.
99

1010
### GithubOrganizationManager Methods
1111

1212
- `create_organizational_project(name: str, description: str, columns: list =None) -> Tuple[str, List[object]]`
1313
- Creates a new *organizational project*
1414

1515
- `projects() -> Generator[GithubOrganizationProject, None, None]`
16-
- returns a generator yielding `GithubOrganizationProject()` objects
16+
- returns a generator yielding `GithubOrganizationProject` objects
1717

1818
- `repositories(names: List[str]=None) -> Generator[GithubRepository, None, None]`
1919
- returns a generator yielding `GithubRepository` objects

0 commit comments

Comments
 (0)