mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Fix typo
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8ea736708d
commit
a1c826bd1a
1 changed files with 1 additions and 1 deletions
|
@ -1749,7 +1749,7 @@ Find package url from sbo repository:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
fromm slpkg.sbo.search import sbo_search_pkg
|
||||
from slpkg.sbo.search import sbo_search_pkg
|
||||
>>> sbo_search_pkg(name="Flask")
|
||||
'http://slackbuilds.org/slackbuilds/14.2/python/Flask/'
|
||||
|
||||
|
|
Loading…
Reference in a new issue