Skip to content

Commit f647f6c

Browse files
committed
feat: Update pages
1 parent 3485393 commit f647f6c

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

cheatsheets/python/configs/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Python config file
1+
# Configs
22

3-
Store config values in a Python file.
3+
Various ways to store config values.
44

55
Such as `config.py`.
66

cheatsheets/python/files-and-paths/glob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python glob
1+
# Glob
22

33
See also the [globbing][] in the Shell section of this guide.
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
layout: listing
33
---
4-
# Python packages
4+
# Packages

cheatsheets/python/packages/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
description: How to install packages with `pip`
2+
description: How to install Python packages using `pip`
33
---
4-
# Python package install
4+
# Install
55

66

77
## Resources

cheatsheets/python/packages/versions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
description: Understanding versioning of Python packages
33
---
4-
# Python package versions
5-
4+
# Versions
65

76

87
## Semantic versioning
@@ -20,7 +19,6 @@ X.Y.Z
2019

2120
## Recommended pinning for safety
2221

23-
2422
### Pinning
2523

2624
Exact version lock

0 commit comments

Comments
 (0)