Skip to content

Commit 32fbc78

Browse files
committed
don't doctest
1 parent 060dd32 commit 32fbc78

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/source/python/install.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ a custom path to the database from Python using the (deprecated)
110110

111111
.. code-block:: python
112112
113-
>>> import tzdata
114-
>>> print(tzdata.__file__)
115-
path\to\.venv\Lib\site-packages\tzdata\__init__.py
113+
import tzdata
114+
print(tzdata.__file__) # path\to\.venv\Lib\site-packages\tzdata\__init__.py
116115
117116
118117
.. _python-conda-differences:

0 commit comments

Comments
 (0)