mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fix typo
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
912d5f6e28
commit
3a74c40996
1 changed files with 1 additions and 1 deletions
|
@ -1683,7 +1683,7 @@ Example from binary repository:
|
|||
.. code-block:: bash
|
||||
|
||||
>>> from slpkg.binary.dependency import Dependencies
|
||||
>>> Dependencies(repo="slonly", black="").binary(name"Flask", flag="")
|
||||
>>> Dependencies(repo="slonly", black="").binary(name="Flask", flag="")
|
||||
[['Jinja2', 'click', 'itsdangerous', 'werkzeug'], ['MarkupSafe']]
|
||||
|
||||
Grab packages from the sbo repository:
|
||||
|
|
Loading…
Reference in a new issue