From 6966ea0fda3816f970fe9110fadaeacfe70924b9 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Feb 20 2021 00:56:07 +0000 Subject: Fix typos --- diff --git a/libpagure/libpagure.py b/libpagure/libpagure.py index dab65fb..11965b9 100644 --- a/libpagure/libpagure.py +++ b/libpagure/libpagure.py @@ -537,14 +537,14 @@ class Pagure(object): per_page=None, ): """ - Lisk all projects on this Pagure instance. + List all projects on this Pagure instance. :param tags: filters the tags of the project :param pattern: filters the projects by the pattern string :param username: filters the username of the project administrators :param owner: filters the projects by ownership :param namespace: filters the projects by namespace :param fork: filters whether it is a fork (True) or not (False) - :param short: whether to return the entrie JSON or just a sub-set + :param short: whether to return the entry JSON or just a sub-set :param page: specifies that pagination should be turned on and that this specific page should be displayed :param per_page: the number of projects to return per page.