Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small doc change #6

Closed
brifordwylie opened this issue Aug 24, 2016 · 1 comment
Closed

Small doc change #6

brifordwylie opened this issue Aug 24, 2016 · 1 comment

Comments

@brifordwylie
Copy link

There's a snippet of code on http://py2deb.readthedocs.io/en/stable/developers.html?highlight=post#module-py2deb.converter that currently reads:

>>> from py2deb import PackageConverter
>>> converter = PackageConverter()
>>> archives, relationships = converter.convert(['py2deb'])
>>> print(archives)
['/tmp/python-py2deb_0.18_all.deb']
>>> print(relationships)
['python-py2deb (=0.18)']

I'm pretty sure that first line should be

>>> from py2deb.converter import PackageConverter
@xolox
Copy link
Member

xolox commented Aug 25, 2016

Hi Brian and thanks for pointing this out, you are correct. I'll rectify this in the coming days.

@xolox xolox closed this as completed in 4f2e64d Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants