Skip to content

Commit ec68543

Browse files
authored
Fix typo in readme
... less than lines of 100 code. => ... less than 100 lines of code.
1 parent 725cd13 commit ec68543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ While this PEP is pretty exciting, there are a some things it doesn't solve.
245245
* `pythonloc` only looks for a local directory called `__pypackages__`. On the other hand, virtual environment activation modifies your `PATH` so you can access virtual environment packages no matter which directory you're in.
246246

247247
### How does it work?
248-
It's quite simple and clocks in at less than lines of 100 code. It uses features already built into Python and pip.
248+
It's quite simple and clocks in at less than 100 lines of code. It uses features already built into Python and pip.
249249

250250
All it does is provide a slight level of indirection when invoking Python and pip. It modifies the `PYTHONPATH` environment variable when running Python to include `__pypackages__`.
251251

0 commit comments

Comments
 (0)