Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Add spaces at the end of the line so that the next line appears in a separate line
  • Loading branch information
rajatgoyal715 authored Mar 10, 2019
1 parent d9a3781 commit 8f6bfe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions P1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"`cv2.inRange()` for color selection \n",
"`cv2.fillPoly()` for regions selection \n",
"`cv2.line()` to draw lines on an image given endpoints \n",
"`cv2.addWeighted()` to coadd / overlay two images\n",
"`cv2.cvtColor()` to grayscale or change color\n",
"`cv2.addWeighted()` to coadd / overlay two images \n",
"`cv2.cvtColor()` to grayscale or change color \n",
"`cv2.imwrite()` to output images to file \n",
"`cv2.bitwise_and()` to apply a mask to an image\n",
"\n",
Expand Down

0 comments on commit 8f6bfe8

Please sign in to comment.