Skip to content

Commit

Permalink
humming bird facts
Browse files Browse the repository at this point in the history
  • Loading branch information
TabulateJarl8 committed Jul 18, 2021
1 parent 02e928e commit 9ed17a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion randfacts/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "randfacts"
__description__ = "Package to generate random facts"
__url__ = "https://github.com/TabulateJarl8/randfacts"
__version__ = "0.7.5"
__version__ = "0.7.6"
__author__ = "Tabulate"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down
8 changes: 7 additions & 1 deletion randfacts/safe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5371,4 +5371,10 @@ There are 1,792 steps in the Eiffel Tower
There are 269 steps to the top of the Leaning Tower of Pisa
Leonardo da Vinci could write with one hand while drawing with the other
A group of cockroaches is called an intrusion.
Nearly half the gold ever mined has come from one place: Witwatersrand, South Africa
Nearly half the gold ever mined has come from one place: Witwatersrand, South Africa
Hummingbird wing speed varies depending on the species.
The smaller the hummingbird, the faster it flaps its wings.
Ruby-throated hummingbird wings beat about 50 times a second.
A rufous hummingbird's wings beat as fast as 52 to 62 wingbeats per second.
The giant hummingbird of the Andes, about the same length as a cardinal, hums at 12 beats a second.
The bee hummingbird of Cuba, the smallest bird on earth at only 2 inches from bill tip to tail tip, buzzes along at 80 beats per second.
4 changes: 2 additions & 2 deletions tests/fix_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

parent = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

safe_path = os.path.join(parent, 'safe.txt')
unsafe_path = os.path.join(parent, 'unsafe.txt')
safe_path = os.path.join(parent, 'randfacts', 'safe.txt')
unsafe_path = os.path.join(parent, 'randfacts', 'unsafe.txt')

bad_characters = [("‘", "'"), ("’", "'"), ("“", '"'), ("”", '"')]

Expand Down

0 comments on commit 9ed17a1

Please sign in to comment.