diff --git a/google-cloud-speech/samples/v1/speech_transcribe_enhanced_model.py b/google-cloud-speech/samples/v1/speech_transcribe_enhanced_model.py
index 382e413cdfca..72df9a937afb 100644
--- a/google-cloud-speech/samples/v1/speech_transcribe_enhanced_model.py
+++ b/google-cloud-speech/samples/v1/speech_transcribe_enhanced_model.py
@@ -42,7 +42,6 @@ def sample_recognize(local_file_path):
     # local_file_path = 'resources/hello.wav'
 
     # The enhanced model to use, e.g. phone_call
-    # Currently phone_call is the only model available as an enhanced model.
     model = "phone_call"
 
     # Use an enhanced model for speech recognition (when set to true).