Update py_setup_in_windows.rst
authorAlexander Shishkov <shishkov.alexander@gmail.com>
Wed, 27 Aug 2014 07:49:37 +0000 (11:49 +0400)
committerAlexander Shishkov <shishkov.alexander@gmail.com>
Wed, 27 Aug 2014 07:49:37 +0000 (11:49 +0400)
doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.rst

index 27d9039..1229255 100644 (file)
@@ -30,7 +30,7 @@ Installing OpenCV from prebuilt binaries
 
 7. Goto **opencv/build/python/2.7** folder.
 
-8. Copy **cv2.pyd** to **C:/Python27/lib/site-packeges**.
+8. Copy **cv2.pyd** to **C:/Python27/lib/site-packages**.
 
 9. Open Python IDLE and type following codes in Python terminal.