8000 Fix typo in readme. (#396) · AutomatedTester/rules_python@0f9d510 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f9d510

Browse files
authored
Fix typo in readme. (bazel-contrib#396)
1 parent f6d9b9a commit 0f9d510

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
@@ -184,7 +184,7 @@ py_library(
184184
deps = [
185185
":myotherlib",
186186
requirement("some_pip_dep"),
187-
requirement("anohter_pip_dep[some_extra]"),
187+
requirement("another_pip_dep[some_extra]"),
188188
]
189189
)
190190
```

0 commit comments

Comments
 (0)
0