From 64621e1c6dcdb92ce00c7b772d73c1296dc56b96 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 10 Nov 2021 06:34:59 +1100 Subject: [PATCH] docs: Fix a few typos There are small typos in: - github3/helpers.py - github3/models.py Fixes: - Should read `processes` rather than `proccesses`. - Should read `contains` rather than `contians`. --- github3/helpers.py | 2 +- github3/models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github3/helpers.py b/github3/helpers.py index d742acb..d4ed3e8 100644 --- a/github3/helpers.py +++ b/github3/helpers.py @@ -4,7 +4,7 @@ github3.helpers ~~~~~~~~~~~~~~~ -This module contians the helpers. +This module contains the helpers. """ from datetime import datetime diff --git a/github3/models.py b/github3/models.py index 4380b62..1056b3e 100644 --- a/github3/models.py +++ b/github3/models.py @@ -157,7 +157,7 @@ def releases(self): @property def processes(self): - """The proccesses for this app.""" + """The processes for this app.""" return self._h._get_resources( resource=('apps', self.name, 'ps'), obj=Process, app=self, map=ProcessListResource