From d37a5f79d34243a319e329a77b3d030fadb049d1 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Thu, 15 Aug 2019 15:18:45 +0200 Subject: [PATCH] people.py: fix typos in doc string --- diaspy/people.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diaspy/people.py b/diaspy/people.py index c16cb16..af16b6f 100644 --- a/diaspy/people.py +++ b/diaspy/people.py @@ -12,7 +12,7 @@ from diaspy import search def sephandle(handle): - """Separate Diaspora* handle into pod pod and user. + """Separate Diaspora* handle into pod and user. :returns: two-tuple (pod, user) """ @@ -235,7 +235,7 @@ class User(): if request.status_code != 204: raise errors.UserError('could not delete photo_id: {0}'.format(photo_id)) class Me(): - """Object represetnting current user. + """Object representing the current user. """ _userinfo_regex = re.compile(r'window.current_user_attributes = ({.*})') _userinfo_regex_2 = re.compile(r'gon.user=({.*});gon.preloads') -- 2.25.1