8000 Fix Markdown Formatting · Rust-Python-Packaging/pyver@9ea3d37 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ea3d37

Browse files
committed
Fix Markdown Formatting
1 parent 303d3ee commit 9ea3d37

File tree

1 file changed

+ E2AF 2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
> **Python PEP-440 Version Parsing**
66
7-
This package allows for parsing Python PEP-440 version numbers and comparisons between PEP-440 Versions
7+
This package allows for parsing Python PEP-440 version numbers and comparisons
8+
between PEP-440 Versions
89

910
## Usage
1011

@@ -22,7 +23,6 @@ let b = PackageVersion::new("v1.0a2.dev457").unwrap();
2223
assert_eq!(a < b, true);
2324
```
2425

25-
2626
## Contribution
2727

2828
For now Contributions will be quite loose.

0 commit comments

Comments
 (0)
0