This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
fix typo
Piotr Zurek
12 years ago
committed by
Will Norris
parent
36ceba87eb
commit
cd83e8d134
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/markdown/main.go
+ 1
- 1
examples/markdown/main.go
View File
@ -20,5 +20,5 @@ func main() {
fmt
.
Printf
(
"error: %v\n\n"
,
err
)
}
fmt
.
Printf
(
"converted mardown:\n%v\n"
,
md
)
fmt
.
Printf
(
"converted mar
k
down:\n%v\n"
,
md
)
}
Write
Preview
Loading…
Cancel
Save