소스 검색

Fixing link to OOP chapter

Swaroop C H 12 년 전
부모
커밋
b9c68da763
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      18-what-next.pd

+ 1 - 1
18-what-next.pd

@@ -121,7 +121,7 @@ Each of these implementations have their specialized areas where they are useful
 
 ## Functional Programming (for advanced readers)
 
-When you start writing larger programs, you should definitely learn more about a functional approach to programming as opposed to the class-based approach to programming that we learned in the [object-oriented programming chapter](#oop):
+When you start writing larger programs, you should definitely learn more about a functional approach to programming as opposed to the class-based approach to programming that we learned in the [object-oriented programming chapter](#object-oriented-programming):
 
 - [Functional Programming Howto by A.M. Kuchling](http://docs.python.org/dev/howto/functional.html)
 - [Functional programming chapter in 'Dive Into Python' book](http://www.diveintopython.net/functional_programming/index.html)