site

text for beau's website
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit 281ca543fa5ac24a89c2be94a3ae2bec6e175f26
parent d7778e826e94c4257e561ee1bf63923899d295db
Author: Beau <cbeauhilton@gmail.com>
Date:   Mon, 27 Sep 2021 19:05:52 -0500

shorten

Diffstat:
Mposts/geocheatcode.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/posts/geocheatcode.md b/posts/geocheatcode.md @@ -122,9 +122,9 @@ lat, lon = google_lat_lon(query) print( "Hello." "My name is Google." - "I am really good at guessing what you meant to search for." + "I am really good at guessing what you meant." f"Your query was {query}." - "Here are the coordinates you probably wanted me to retrieve." + "Here are the coordinates you probably wanted." f"The latitude is {lat}, and the longitude is {lon}." )