Giovanni Volta

Giovanni Volta (March 14, 1928 February 4, 2012) was the Roman Catholic bishop of the Roman Catholic Diocese of Pavia.

Styles of
Giovanni Volta
Reference styleThe Most Reverend
Spoken styleYour Excellency
Religious styleMonsignor
Posthumous stylenone

Ordained to the priesthood in 1952, Volta was named bishop in 1986 retiring in 2003.[1]

Notes


gollark: Please use letters 103 through 996.
gollark: Why did you make them all sentient?
gollark: you.
gollark: ```rustuse actix_web::{web, App, HttpResponse, HttpServer};#[actix_rt::main]async fn main() -> std::io::Result<()> { let one = HttpServer::new(|| { App::new().route("/", web::get().to(|| HttpResponse::Ok())) }) .keep_alive(75); // <- Set keep-alive to 75 seconds // let _two = HttpServer::new(|| { // App::new().route("/", web::get().to(|| HttpResponse::Ok())) // }) // .keep_alive(); // <- Use `SO_KEEPALIVE` socket option. let _three = HttpServer::new(|| { App::new().route("/", web::get().to(|| HttpResponse::Ok())) }) .keep_alive(None); // <- Disable keep-alive one.bind("127.0.0.1:8088")?.run().await}```
gollark: Orbital. Laser. Strike.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.