diff --git a/java/src/main/java/io/nayuki/qrcodegen/package-info.java b/java/src/main/java/io/nayuki/qrcodegen/package-info.java
index 461d1ea..83e8bf0 100644
--- a/java/src/main/java/io/nayuki/qrcodegen/package-info.java
+++ b/java/src/main/java/io/nayuki/qrcodegen/package-info.java
@@ -7,7 +7,6 @@
*
Features
* Core features:
*
- * Available in 6 programming languages, all with nearly equal functionality: Java, TypeScript/JavaScript, Python, Rust, C++, C
* Significantly shorter code but more documentation comments compared to competing libraries
* Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard
* Output format: Raw modules/pixels of the QR symbol
diff --git a/python/setup.py b/python/setup.py
index ffc9043..fd70d1f 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -66,7 +66,6 @@ Features
Core features:
-* Available in 6 programming languages, all with nearly equal functionality: Java, TypeScript/JavaScript, Python, Rust, C++, C
* Significantly shorter code but more documentation comments compared to competing libraries
* Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard
* Output format: Raw modules/pixels of the QR symbol
diff --git a/rust-no-heap/src/lib.rs b/rust-no-heap/src/lib.rs
index 63c2b28..e91e033 100644
--- a/rust-no-heap/src/lib.rs
+++ b/rust-no-heap/src/lib.rs
@@ -35,7 +35,6 @@
//!
//! Core features:
//!
-//! - Available in 6 programming languages, all with nearly equal functionality: Java, TypeScript/JavaScript, Python, Rust, C++, C
//! - Significantly shorter code but more documentation comments compared to competing libraries
//! - Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard
//! - Output format: Raw modules/pixels of the QR symbol
diff --git a/rust/Readme.markdown b/rust/Readme.markdown
index b370632..1c3fd81 100644
--- a/rust/Readme.markdown
+++ b/rust/Readme.markdown
@@ -15,7 +15,6 @@ Features
Core features:
-* Available in 6 programming languages, all with nearly equal functionality: Java, TypeScript/JavaScript, Python, Rust, C++, C
* Significantly shorter code but more documentation comments compared to competing libraries
* Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard
* Output format: Raw modules/pixels of the QR symbol
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 157e804..5250091 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -35,7 +35,6 @@
//!
//! Core features:
//!
-//! - Available in 6 programming languages, all with nearly equal functionality: Java, TypeScript/JavaScript, Python, Rust, C++, C
//! - Significantly shorter code but more documentation comments compared to competing libraries
//! - Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard
//! - Output format: Raw modules/pixels of the QR symbol