Skip to content

Commit 06eca8c

Browse files
authoredMay 19, 2020
Merge pull request #54 from QuantEcon/paf1
[python_advanced_features] updating old data file link
2 parents f226799 + 205c1f9 commit 06eca8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/rst/python_advanced_features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ Write a function to recursively compute the :math:`t`-th Fibonacci number for an
17691769
Exercise 2
17701770
----------
17711771

1772-
Complete the following code, and test it using `this csv file <https://raw.githubusercontent.com/QuantEcon/lecture-source-py/master/source/_static/lecture_specific/python_advanced_features/test_table.csv>`__, which we assume that you've put in your current working directory
1772+
Complete the following code, and test it using `this csv file <https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/master/source/_static/lecture_specific/python_advanced_features/test_table.csv>`__, which we assume that you've put in your current working directory
17731773

17741774

17751775
.. code-block:: python3

0 commit comments

Comments
 (0)
Please sign in to comment.