diff --git a/de/documentation/ruby-from-other-languages/to-ruby-from-python/index.md b/de/documentation/ruby-from-other-languages/to-ruby-from-python/index.md index d8e084a0b2..d45d9c767d 100644 --- a/de/documentation/ruby-from-other-languages/to-ruby-from-python/index.md +++ b/de/documentation/ruby-from-other-languages/to-ruby-from-python/index.md @@ -84,7 +84,7 @@ Ruby-Referenz-Buch) online auf [Englisch][4]. * Ruby hat **globale Variablen** (`$foo`), die aber selten verwendet werden. -#### Strings, Symbole und Reguläre Ausrücke +#### Strings, Symbole und Reguläre Ausdrücke * **Ruby-Strings** können ihren Wert ändern (sind also *mutable*). * In Ruby werden statt Strings häufig **Symbole** verwendet, wenn der