Skip to content

Commit a77cab6

Browse files
committed
difflib: extract summary line from package documentation
1 parent 6fb7d10 commit a77cab6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

difflib/difflib.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Package difflib is a partial port of Python difflib module. It provides tools
2-
// to compare sequences of strings and generate textual diffs.
1+
// Package difflib is a partial port of Python difflib module.
2+
//
3+
// It provides tools to compare sequences of strings and generate textual diffs.
34
//
45
// The following class and functions have been ported:
56
//

0 commit comments

Comments
 (0)