File: fix-spelling-error.patch

package info (click to toggle)
pymssql 2.1.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 952 kB
  • sloc: python: 2,872; sh: 240; makefile: 148; ansic: 7
file content (16 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix spelling error
Author: Sophie Brun <sophie@offensive-security.com>
Last-Update: 2019-01-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/pymssql.pyx
+++ b/src/pymssql.pyx
@@ -387,7 +387,7 @@ cdef class Cursor:
 
     def __iter__(self):
         """
-        Return self to make cursors compatibile with Python iteration
+        Return self to make cursors compatible with Python iteration
         protocol.
         """
         return self