Skip to content

Commit c900fcc

Browse files
authored
docs: Fix a few typos (#161)
There are small typos in: - epydoc_source/docs/1.0.0/epydoc.js - epydoc_source/docs/2.3.0/epydoc.js - tests/test_pickup_service.py Fixes: - Should read `because` rather than `becaue`. - Should read `pickup` rather than `pikckup`.
1 parent 8d74623 commit c900fcc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

epydoc_source/docs/1.0.0/epydoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function toggle_private() {
2222
}
2323
}
2424
// Update all table rows containing private objects. Note, we
25-
// use "" instead of "block" becaue IE & firefox disagree on what
25+
// use "" instead of "block" because IE & firefox disagree on what
2626
// this should be (block vs table-row), and "" just gives the
2727
// default for both browsers.
2828
var elts = document.getElementsByTagName("tr");

epydoc_source/docs/2.3.0/epydoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function toggle_private() {
2222
}
2323
}
2424
// Update all table rows containing private objects. Note, we
25-
// use "" instead of "block" becaue IE & firefox disagree on what
25+
// use "" instead of "block" because IE & firefox disagree on what
2626
// this should be (block vs table-row), and "" just gives the
2727
// default for both browsers.
2828
var elts = document.getElementsByTagName("tr");

tests/test_pickup_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@unittest.skipIf(not CONFIG_OBJ.account_number, "No credentials provided.")
2323
class FedexCreatePickupRequestTests(unittest.TestCase):
2424
"""
25-
These tests verify that the pikckup service WSDL is in good shape.
25+
These tests verify that the pickup service WSDL is in good shape.
2626
"""
2727

2828
def setUp(self):

0 commit comments

Comments
 (0)