Skip to content

Commit e774806

Browse files
author
Kosui Iwasa
authored
Remove unworkable example
1 parent a61f3f5 commit e774806

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ Using PythonFinder is easy. Simply import it and ask for a python:
4646

4747
.. code-block:: pycon
4848
49-
>>> from pythonfinder.pythonfinder import PythonFinder
50-
>>> PythonFinder.from_line('python3')
51-
'/home/techalchemy/.pyenv/versions/3.6.5/python3'
52-
5349
>>> from pythonfinder import Finder
5450
>>> f = Finder()
5551
>>> f.find_python_version(3, minor=6)

0 commit comments

Comments
 (0)