Skip to content

Commit d9e6b2d

Browse files
authored
fix: Typo and indentation fix in README. (#32)
1 parent 5a1d171 commit d9e6b2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ format:
3838
(echo "💔 Please run formatter to ensure code consistency and quality:\nruff format $(PROJECT_ROOT)"; exit 1)
3939

4040
# Check for common lint/complexity/style issues.
41-
# Ruff is used for isort and pycodestyle.
41+
# Ruff is used for isort, pycodestyle, pydocstyle. Pylint is used separately for greater coverage.
4242
.PHONY: lint
4343
lint:
4444
@echo Running code and documentation style checks: isort, pycodestyle, pydocstyle

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,13 @@ they are supported with advanced installs (extras), and whether they are optimiz
256256
| File streaming ||| - | - |
257257
| File seeking ||| - | - |
258258

259-
¹ Depends on how Python was built
259+
¹ Depends on how Python was built
260260
² Depends on compression module used
261261
³ Depends on the backend used
262262

263263
### Dependency Simplicity Example
264264

265-
Here is an example of using a library such as `sf3s` vs `ezfs` for basic read and write to S3, and its effect
265+
Here is an example of using a library such as `s3fs` vs `ezfs` for basic read and write to S3, and its effect
266266
on required dependencies in a project. A basic `boto3` install (only requirement for `ezfs` support) will add
267267
the following to the environment:
268268
- boto3

0 commit comments

Comments
 (0)