Skip to content

Commit 69796b5

Browse files
SanMuHeSanMuHe
SanMuHe
authored and
SanMuHe
committed
Fix markdown link syntax and small context revision
1 parent 64cc249 commit 69796b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/python-project-structure.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python Project Structure
22

3-
I prefer the below structure recommened by (Kenneth Reitz)[http://www.kennethreitz.org/] at (GitHub)[https://github.com/kennethreitz/samplemod].
3+
I prefer the below structure recommened by [Kenneth Reitz](http://www.kennethreitz.org/] at (GitHub)[https://github.com/kennethreitz/samplemod). For explanation for each piece, please refer to [here](http://www.kennethreitz.org/essays/repository-structure-and-python).
44

55
```
66
README.rst
@@ -16,4 +16,3 @@ tests/test_basic.py
1616
tests/test_advanced.py
1717
```
1818

19-
For explanation for each piece, please refer to (here)[http://www.kennethreitz.org/essays/repository-structure-and-python].

0 commit comments

Comments
 (0)