Skip to content

Commit c77c20a

Browse files
authored
Remove extra ` in README.md (#962)
1 parent e3e3008 commit c77c20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ this after installing the package, run:
2424

2525
```julia
2626
Pkg.add(PackageSpec(name="PyCall", rev="master"))
27-
Pkg.build("PyCall")`
27+
Pkg.build("PyCall")
2828
```
2929

3030
By default on Mac and Windows systems, `Pkg.add("PyCall")`

0 commit comments

Comments
 (0)